wattetheria 0.3.6 → 0.3.7

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/lib/cli.js +1 -1
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -73,7 +73,7 @@ Commands:
73
73
  doctor Check local prerequisites
74
74
  help Show this help
75
75
 
76
- Global options:
76
+ Options:
77
77
  --version, -v Alias for \`version\`
78
78
  --cli With \`version\`, show deployment CLI version instead
79
79
  --images With \`version\`, print configured image refs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattetheria",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Wattetheria deployment CLI",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",