@extrahorizon/exh-cli 1.5.1-dev-34-b5123be → 1.5.1-dev-35-690a5d5
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Extra Horizon CLI
|
|
2
2
|
|
|
3
|
-
This is the command-line interface to the Extra Horizon platform. It allows you to manage
|
|
3
|
+
This is the command-line interface to the Extra Horizon platform. It allows you to manage just some parts of your Extra Horizon configuration for now, but
|
|
4
4
|
will be extended with additional functionality.
|
|
5
5
|
|
|
6
6
|
See [changelog](CHANGELOG.md) for the latest changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/exh-cli",
|
|
3
|
-
"version": "1.5.1-dev-
|
|
3
|
+
"version": "1.5.1-dev-35-690a5d5",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"exports": "./build/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://github.com/ExtraHorizon/exh-cli.git"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"start": "yarn
|
|
14
|
+
"start": "yarn build && node ./build/index.js",
|
|
15
15
|
"clean": "rimraf build",
|
|
16
16
|
"build": "yarn clean && tsc",
|
|
17
17
|
"test": "jest",
|