@lanonasis/cli 2.0.6 → 2.0.7
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/dist/index-simple.js +1 -1
- package/package.json +1 -1
package/dist/index-simple.js
CHANGED
|
@@ -45,7 +45,7 @@ program
|
|
|
45
45
|
.alias(isOnasisInvocation ? 'lanonasis' : 'memory')
|
|
46
46
|
.alias(isOnasisInvocation ? 'memory' : 'maas')
|
|
47
47
|
.description(colors.info(`🧠 ${isOnasisInvocation ? 'Onasis-Core Golden Contract CLI' : 'LanOnasis Enterprise CLI'} - Memory as a Service, API Management & Infrastructure Orchestration`))
|
|
48
|
-
.version('2.0.
|
|
48
|
+
.version('2.0.6', '-v, --version', 'display version number')
|
|
49
49
|
.option('-V, --verbose', 'enable verbose logging')
|
|
50
50
|
.option('--api-url <url>', 'override API URL')
|
|
51
51
|
.option('--output <format>', 'output format (json, table, yaml)', 'table')
|
package/package.json
CHANGED