@shipstatic/ship 0.8.0 → 0.8.1
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/dist/browser.js.map +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
|
@@ -49,11 +49,11 @@ ${o("COMMANDS")}
|
|
|
49
49
|
ship tokens create Create a new deploy token
|
|
50
50
|
ship tokens remove <token> Delete token permanently
|
|
51
51
|
|
|
52
|
-
\u2699\uFE0F
|
|
52
|
+
\u2699\uFE0F ${o("Setup")}
|
|
53
53
|
ship config Create or update ~/.shiprc configuration
|
|
54
54
|
ship whoami Get current account information
|
|
55
55
|
|
|
56
|
-
\u{1F6E0}\uFE0F
|
|
56
|
+
\u{1F6E0}\uFE0F ${o("Completion")}
|
|
57
57
|
ship completion install Install shell completion script
|
|
58
58
|
ship completion uninstall Uninstall shell completion script
|
|
59
59
|
|