@shipstatic/ship 2.8.0-beta.2 → 2.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 shipstatic
3
+ Copyright (c) 2025 ShipStatic
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -31,7 +31,7 @@ npm install -g @shipstatic/ship # global CLI — drop the `npx @shipstatic/shi
31
31
  >
32
32
  > Every example in this README uses the bare `ship` command. If you haven't installed it globally, prefix any of them with `npx @shipstatic/ship` (or `npx -y @shipstatic/ship` in non-interactive environments).
33
33
 
34
- ## All CommandsFree API Key
34
+ ## All commandsfree API key
35
35
 
36
36
  For permanent deployments and full control over your sites and domains, get a free API key from [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key).
37
37
 
@@ -135,7 +135,7 @@ ship.ping() // → { timestamp } (server clock; reachability i
135
135
  ship.getLimits() // → platform plan limits (cached)
136
136
  ```
137
137
 
138
- ## CLI Reference
138
+ ## CLI reference
139
139
 
140
140
  ### Composability
141
141
 
@@ -183,14 +183,14 @@ ship ./dist --domain www.example.com
183
183
 
184
184
  Both spellings are supported and neither replaces the other. The pipe composes interactively — any two commands, wherever `-q` gives you the value the next one wants. `--domain` is one process, one exit code, and one `--json`, which is what CI needs: a `run:` block is `bash -e` **without** `pipefail`, so a pipeline reports only the last command's status and a failed deploy is masked. It answers as the domain, exactly as `ship domains set` does — DNS records and setup link included on a new external domain — and it needs a token, which it checks before uploading anything.
185
185
 
186
- ### Shell Completion
186
+ ### Shell completion
187
187
 
188
188
  ```bash
189
189
  ship completion install
190
190
  ship completion uninstall
191
191
  ```
192
192
 
193
- ### Global Flags
193
+ ### Global flags
194
194
 
195
195
  Available on every command:
196
196
 
@@ -205,7 +205,7 @@ Available on every command:
205
205
  | `-h, --help` | Display help for command |
206
206
  | `-V, --version` | Show version information |
207
207
 
208
- ### Deploy Flags
208
+ ### Deploy flags
209
209
 
210
210
  Available on `ship <path>` and `ship deployments upload`:
211
211
 
@@ -218,7 +218,7 @@ Available on `ship <path>` and `ship deployments upload`:
218
218
  | `--no-path-detect` | Disable automatic path optimization |
219
219
  | `--no-spa-detect` | Disable automatic SPA detection |
220
220
 
221
- ### CLI Environment Variables
221
+ ### CLI environment variables
222
222
 
223
223
  | Var | Purpose |
224
224
  |---|---|
@@ -226,7 +226,7 @@ Available on `ship <path>` and `ship deployments upload`:
226
226
  | `SHIP_API_URL` | Default for `--api-url` |
227
227
  | `SHIP_PASSWORD` | Default for `--password` (empty string normalized to absence) |
228
228
 
229
- ## SDK Reference
229
+ ## SDK reference
230
230
 
231
231
  ### Authentication
232
232
 
@@ -272,7 +272,7 @@ a deploy replays its stored result instead of creating a second one.
272
272
  `timeout` is the ceiling on one ATTEMPT. For a hard overall deadline pass your
273
273
  own `signal` (`AbortSignal.timeout(ms)`), which is never retried past.
274
274
 
275
- ### Deploy Options
275
+ ### Deploy options
276
276
 
277
277
  ```typescript
278
278
  ship.deploy(input, {
@@ -311,7 +311,7 @@ await ship.deploy('./dist', { password: 'your-passphrase' });
311
311
 
312
312
  The CLI also reads `SHIP_PASSWORD` from the environment when `--password` is not given.
313
313
 
314
- ### Browser Usage
314
+ ### Browser usage
315
315
 
316
316
  ```javascript
317
317
  import Ship from '@shipstatic/ship';
@@ -420,10 +420,22 @@ import type { ShipClientOptions, DeploymentOptions, ShipEvents } from '@shipstat
420
420
  import type { Deployment, Domain, Account, StaticFile } from '@shipstatic/types';
421
421
  ```
422
422
 
423
- ## AI Agents
423
+ ## AI agents
424
424
 
425
- This package includes a [SKILL.md](./SKILL.md) file a portable skill definition that AI agents (Claude Code, Codex, etc.) use to deploy sites with `ship` autonomously.
425
+ This package includes a [SKILL.md](./SKILL.md) file, a portable skill definition that AI agents (Claude Code, Codex, and any other skills-aware tool) use to deploy sites with `ship` autonomously.
426
426
 
427
- ---
427
+ ## Also available
428
+
429
+ | Surface | Reach it |
430
+ |---------|----------|
431
+ | **[MCP](https://mcp.shipstatic.com)** | Drop `https://mcp.shipstatic.com` into any MCP client |
432
+ | **[VS Code](https://marketplace.visualstudio.com/items?itemName=shipstatic.shipstatic)** | Search "ShipStatic" in the Marketplace |
433
+ | **[Gemini CLI](https://github.com/shipstatic/plugin)** | `gemini extensions install https://github.com/shipstatic/plugin` |
434
+ | **[n8n](https://www.npmjs.com/package/n8n-nodes-shipstatic)** | Search "ShipStatic" in n8n's node panel |
435
+ | **[GitHub Action](https://github.com/shipstatic/action)** | `shipstatic/action@v2` |
436
+ | **[Agent Skill](https://www.shipstatic.com/SKILL.md)** | One file, for any skills-aware tool |
437
+
438
+ ## License
439
+
440
+ MIT
428
441
 
429
- Part of the [ShipStatic](https://shipstatic.com) platform.
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ship
3
- description: "Deploy static websites to ShipStatic. Use when the user wants to deploy a site, publish a website, upload to hosting, go live, set up a custom domain, manage deployments, or share a site URL. No account required — instant deployment. CLI (`ship`) and Node.js/browser SDK."
3
+ description: "Deploy static websites to ShipStatic. Use when the user wants to deploy a site, publish a website, upload to hosting, go live, set up a custom domain, manage deployments, or share a site URL. Free, no account needed. CLI (`ship`) and Node.js/browser SDK."
4
4
  compatibility: "Node.js >= 20.19. Run via npx (no install) or install globally: npm install -g @shipstatic/ship"
5
5
  metadata:
6
6
  openclaw:
@@ -5,7 +5,7 @@ Their copyright notices travel with that copy, and are reproduced here in
5
5
  full. This file is GENERATED from the build's own metafile — edit the
6
6
  bundle, not this list.
7
7
 
8
- ## @shipstatic/types 2.21.0-beta.2
8
+ ## @shipstatic/types 2.21.0
9
9
 
10
10
  License: MIT
11
11