openkbs 0.0.59 → 0.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +1 -0
- package/version.json +2 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -233,6 +233,7 @@ Files are uploaded to the whitelabel domain's files bucket.
|
|
|
233
233
|
program
|
|
234
234
|
.command('storage [subCommand] [args...]')
|
|
235
235
|
.description('Manage Elastic Storage (S3 buckets for persistent file storage)')
|
|
236
|
+
.allowUnknownOption()
|
|
236
237
|
.action((subCommand, args) => storageAction(subCommand, args))
|
|
237
238
|
.addHelpText('after', `
|
|
238
239
|
Examples:
|
package/version.json
CHANGED