@cabane/cli 0.1.0 → 0.1.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/README.md +1 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,21 +162,4 @@ class) always win over both. Apply a change to an already-running stack with
|
|
|
162
162
|
- **macOS Gatekeeper** on the unsigned Postgres binaries is a known open question
|
|
163
163
|
(CT453) — documented, not yet solved. If pg fails to exec on first run, clear
|
|
164
164
|
the quarantine xattr and retry.
|
|
165
|
-
- **
|
|
166
|
-
--filter @cabane/cli build && cd apps/cli && npm pack`, then `npm i -g
|
|
167
|
-
./cabane-cli-<version>.tgz`. You can also install the _server_ artifact from a
|
|
168
|
-
local build with `cabane install --from <artifact.tgz>` instead of a token.
|
|
169
|
-
|
|
170
|
-
## Publishing (maintainers)
|
|
171
|
-
|
|
172
|
-
The package is publish-ready and source-free — it carries no product source, only
|
|
173
|
-
the bundled supervisor. Verify the tarball first, then publish:
|
|
174
|
-
|
|
175
|
-
```sh
|
|
176
|
-
pnpm cli:publish:dry # builds, then `npm publish --dry-run` — lists only dist/ + README
|
|
177
|
-
pnpm cli:publish # builds (prepublishOnly) + `npm publish --access public`
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
`cli:publish:dry` should list exactly `dist/cli.js`, `package.json`, and
|
|
181
|
-
`README.md` — no `.ts`. Bump `version` in `apps/cli/package.json` before a real
|
|
182
|
-
publish (npm refuses to overwrite a published version).
|
|
165
|
+
- **Install the _server_ artifact from a local build** with `cabane install --from <artifact.tgz>` instead of a distribution token — handy for an offline or air-gapped install.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabane/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The cabane CLI — install, supervise (server + embedded Postgres + house bridge), and update a self-hosted Cabane on your own machine. No docker, no repo.",
|
|
6
6
|
"license": "UNLICENSED",
|