@toa.io/cli 1.0.0-alpha.23 → 1.0.0-alpha.24

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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/readme.md +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/cli",
3
- "version": "1.0.0-alpha.23",
3
+ "version": "1.0.0-alpha.24",
4
4
  "description": "Toa CLI",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -22,17 +22,17 @@
22
22
  "@toa.io/runtime": "*"
23
23
  },
24
24
  "dependencies": {
25
- "@toa.io/console": "1.0.0-alpha.23",
26
- "@toa.io/generic": "1.0.0-alpha.23",
27
- "@toa.io/kubernetes": "1.0.0-alpha.23",
28
- "@toa.io/norm": "1.0.0-alpha.23",
29
- "@toa.io/operations": "1.0.0-alpha.23",
30
- "@toa.io/yaml": "1.0.0-alpha.23",
25
+ "@toa.io/console": "1.0.0-alpha.24",
26
+ "@toa.io/generic": "1.0.0-alpha.24",
27
+ "@toa.io/kubernetes": "1.0.0-alpha.24",
28
+ "@toa.io/norm": "1.0.0-alpha.24",
29
+ "@toa.io/operations": "1.0.0-alpha.24",
30
+ "@toa.io/yaml": "1.0.0-alpha.24",
31
31
  "dotenv": "16.1.1",
32
32
  "find-up": "5.0.0",
33
33
  "jsonpath": "1.1.1",
34
34
  "paseto": "3.1.4",
35
35
  "yargs": "17.6.2"
36
36
  },
37
- "gitHead": "234296f8367e6cc1b8db282e05acca6a432290be"
37
+ "gitHead": "308058561dfc97337a8b9755f357644e7dba8859"
38
38
  }
package/readme.md CHANGED
@@ -73,10 +73,6 @@ Credentials specified in the output file are preserved.
73
73
  </dd>
74
74
  </dl>
75
75
 
76
- ### export entity
77
-
78
- Same as `exprot manifest` but outputs only the `entity`.
79
-
80
76
  ## Operations
81
77
 
82
78
  > Some commands use current `kubectl` and `docker` context.