@shipstatic/ship 0.1.22 → 0.1.24
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/README.md +4 -4
- package/dist/browser.js +9 -9
- package/dist/browser.js.map +1 -1
- package/dist/cli.cjs +28 -28
- package/dist/cli.cjs.map +1 -1
- package/dist/completions/ship.bash +1 -1
- package/dist/completions/ship.fish +2 -1
- package/dist/completions/ship.zsh +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -369,10 +369,10 @@ ship account # Get account details
|
|
|
369
369
|
### Global Options
|
|
370
370
|
|
|
371
371
|
```bash
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
--deploy-token <TOKEN>
|
|
375
|
-
--json
|
|
372
|
+
--api-url <URL> # API endpoint
|
|
373
|
+
--api-key <KEY> # API key for authenticated deployments
|
|
374
|
+
--deploy-token <TOKEN> # Deploy token for single-use deployments
|
|
375
|
+
--json # JSON output
|
|
376
376
|
```
|
|
377
377
|
|
|
378
378
|
## Bundle Sizes
|