@toa.io/cli 0.20.0-dev.11 → 0.20.0-dev.13

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 +7 -7
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/cli",
3
- "version": "0.20.0-dev.11",
3
+ "version": "0.20.0-dev.13",
4
4
  "description": "Toa CLI",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -22,14 +22,14 @@
22
22
  "@toa.io/runtime": "*"
23
23
  },
24
24
  "dependencies": {
25
- "@toa.io/console": "0.20.0-dev.12",
26
- "@toa.io/generic": "0.20.0-dev.12",
27
- "@toa.io/kubernetes": "0.20.0-dev.12",
28
- "@toa.io/norm": "0.20.0-dev.12",
29
- "@toa.io/yaml": "0.20.0-dev.12",
25
+ "@toa.io/console": "0.20.0-dev.14",
26
+ "@toa.io/generic": "0.20.0-dev.14",
27
+ "@toa.io/kubernetes": "0.20.0-dev.14",
28
+ "@toa.io/norm": "0.20.0-dev.14",
29
+ "@toa.io/yaml": "0.20.0-dev.14",
30
30
  "dotenv": "16.1.1",
31
31
  "find-up": "5.0.0",
32
32
  "yargs": "17.6.2"
33
33
  },
34
- "gitHead": "2b41c30d83b0435a3f3b2dfd27ccbc6a950c36e5"
34
+ "gitHead": "bb2aed156c9e6b76bb802628bb249d4dd7adcebe"
35
35
  }
package/readme.md CHANGED
@@ -88,7 +88,7 @@ found and replayed sequentially.
88
88
 
89
89
  ## Operations
90
90
 
91
- > Some commands use current Kubernetes context.
91
+ > Some commands use current `kubectl` and `docker` context.
92
92
 
93
93
  ### build
94
94