Skip to content

Commit fff3a36

Browse files
committed
[DOC] Update revisionKey default documentation
1 parent c1500a5 commit fff3a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ The suffix to be used for the Redis key under which the activated revision will
118118

119119
### revisionKey
120120

121-
The unique revision number for the version of the file being uploaded to Redis. The Redis key will be a combination of the `keyPrefix` and the `revisionKey`. By default this option will use either the `revisionKey` passed in from the command line or the `revisionData.revisionKey` property from the deployment context.
121+
The unique revision number for the version of the file being uploaded to Redis. The Redis key will be a combination of the `keyPrefix` and the `revisionKey`. By default this option will use either the `revision` passed in from the command line or the `revisionData.revisionKey` property from the deployment context.
122122

123-
*Default:* `context.commandLineArgs.revisionKey || context.revisionData.revisionKey`
123+
*Default:* `context.commandOptions.revision || context.revisionData.revisionKey`
124124

125125
### activeContentSuffix
126126

0 commit comments

Comments
 (0)