@extrahorizon/exh-cli 1.9.1 → 1.10.0-dev-101-9521890

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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Extra Horizon CLI changelog
2
2
 
3
+ ### v1.10.0
4
+ * You no longer need to be logged in to run `exh completion`
5
+
3
6
  ### v1.9.1
4
7
  * Updated the ExH SDK to `8.7.1` to fix a security warning from `form-data`
5
8
 
package/build/index.js CHANGED
@@ -12,6 +12,8 @@ yargs((0, helpers_1.hideBin)(process.argv))
12
12
  if ((0, lodash_1.isEqual)(argv._, ['login']) ||
13
13
  (0, lodash_1.isEqual)(argv._, ['data', 'schemas', 'verify']) ||
14
14
  (0, lodash_1.isEqual)(argv._, ['tasks', 'create-repo']) ||
15
+ (0, lodash_1.isEqual)(argv._, ['completion']) ||
16
+ (0, lodash_1.isEqual)(argv._, ['generate_completion']) ||
15
17
  process.env.NO_SDK) {
16
18
  return { sdk: 'no-sdk', isTTY };
17
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.9.1",
3
+ "version": "1.10.0-dev-101-9521890",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",