@mittwald/cli 1.13.2 → 1.13.3

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.
@@ -65,7 +65,7 @@ export class Update extends ExecRenderBaseCommand {
65
65
  }),
66
66
  volume: Flags.string({
67
67
  summary: "update volume mounts for the container",
68
- description: "This flag can be used to add volume mounts to the container. It can be used multiple times to mount multiple volumes." +
68
+ description: "This flag can be used to replace volume mounts of the container. It can be used multiple times to mount multiple volumes." +
69
69
  "" +
70
70
  "Needs to be in the format <host-path>:<container-path>. " +
71
71
  "" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/cli",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "Hand-crafted CLI for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": {