@toa.io/cli 0.20.0-dev.7 → 0.20.0-dev.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/cli",
3
- "version": "0.20.0-dev.7",
3
+ "version": "0.20.0-dev.9",
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.8",
26
- "@toa.io/generic": "0.20.0-dev.8",
27
- "@toa.io/kubernetes": "0.20.0-dev.8",
28
- "@toa.io/norm": "0.20.0-dev.8",
29
- "@toa.io/yaml": "0.20.0-dev.8",
25
+ "@toa.io/console": "0.20.0-dev.10",
26
+ "@toa.io/generic": "0.20.0-dev.10",
27
+ "@toa.io/kubernetes": "0.20.0-dev.10",
28
+ "@toa.io/norm": "0.20.0-dev.10",
29
+ "@toa.io/yaml": "0.20.0-dev.10",
30
30
  "dotenv": "16.1.1",
31
31
  "find-up": "5.0.0",
32
32
  "yargs": "17.6.2"
33
33
  },
34
- "gitHead": "d8c08ec7def70ad93de06541af497cce8c4c1b50"
34
+ "gitHead": "cd3ffb1ae1af014f13a62ef9fc8ada58d8688e4a"
35
35
  }
@@ -33,7 +33,7 @@ async function run (repository, command, envFile) {
33
33
 
34
34
  await done
35
35
 
36
- await execute(`docker rmi ${id}`)
36
+ await execute(`docker rmi --force ${id}`)
37
37
  }
38
38
 
39
39
  exports.run = run