Skip to content

Commit 695b461

Browse files
author
Aaron Chambers
committed
Merge pull request #20 from zapnito/achambers-patch-1
Specify allowOverwrite option in README
2 parents 96278aa + b5bb977 commit 695b461

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ The prefix to be used for the Redis key under which file will be uploaded to Red
115115

116116
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 `revisionKey` property from the deployment context.
117117

118-
*Default:* `context.commandLineArgs.revisionKey || context.revisionKey`
118+
*Default:* `context.commandLineArgs.revisionKey || context.revisionKey`
119+
120+
### allowOverwrite
121+
122+
A flag to specify whether the revision should be overwritten if it already exists in Redis.
123+
124+
*Default:* `false`
119125

120126
### redisDeployClient
121127

0 commit comments

Comments
 (0)