@mcpcloud/cli 0.2.0 → 0.3.0-next-20260528170709
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 +3 -15
- package/dist/index.js +27529 -4551
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -235,25 +235,13 @@ The bundled output is a single Node-compatible ESM file with a `#!/usr/bin/env n
|
|
|
235
235
|
|
|
236
236
|
## Releasing
|
|
237
237
|
|
|
238
|
-
The CLI is released independently of the dashboard via [Changesets](https://github.com/changesets/changesets).
|
|
239
|
-
|
|
240
|
-
```sh
|
|
241
|
-
# From the repo root, after staging your CLI changes:
|
|
242
|
-
bunx changeset
|
|
243
|
-
# → pick @mcpcloud/cli, choose patch | minor | major, write a one-line summary.
|
|
244
|
-
# Commit the generated .changeset/<name>.md alongside your code change.
|
|
245
|
-
```
|
|
246
|
-
|
|
247
|
-
On merge to `main`, [`.github/workflows/cli-release.yml`](../../.github/workflows/cli-release.yml) opens (or updates) a "chore(cli): version packages" PR that bumps `packages/cli/package.json`, writes `CHANGELOG.md`, and consumes the pending changesets. Merging that PR publishes to npm (`prepublishOnly` re-runs typecheck + test + build as a gate) and creates a `@mcpcloud/cli@<version>` GitHub Release.
|
|
248
|
-
|
|
249
|
-
A Homebrew distribution (`brew install mcpcloud` via a custom tap with standalone bottles) is tracked separately — see issue tracker.
|
|
238
|
+
The CLI is released independently of the dashboard via [Changesets](https://github.com/changesets/changesets).
|
|
250
239
|
|
|
251
240
|
## Support
|
|
252
241
|
|
|
253
242
|
- Documentation: https://mcpcloud.sh/docs
|
|
254
|
-
-
|
|
255
|
-
- Email: support@mcpcloud.sh
|
|
243
|
+
- Email: support@mail.mcpcloud.sh
|
|
256
244
|
|
|
257
245
|
## License
|
|
258
246
|
|
|
259
|
-
MIT © MCPCloud
|
|
247
|
+
MIT © MCPCloud.sh
|