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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openkbs",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "OpenKBS - Command Line Interface",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.59",
2
+ "version": "0.0.60",
3
3
  "releaseDate": "2025-12-29",
4
- "releaseNotes": "OpenKBS CLI version 0.0.59"
4
+ "releaseNotes": "OpenKBS CLI version 0.0.60"
5
5
  }