@cobberhq/cli 0.1.0 → 0.2.0
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 +0 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,21 +47,3 @@ cobber theme push # bulk sync, useful if you edited offline
|
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
Each file maps 1:1 to a `ContentTemplate` on the server. Theme config (colours, fonts, custom CSS) is **not** synced — edit it in the dashboard.
|
|
50
|
-
|
|
51
|
-
## Development
|
|
52
|
-
|
|
53
|
-
```bash
|
|
54
|
-
npm install
|
|
55
|
-
npm run build # compile TS
|
|
56
|
-
npm run dev # tsc --watch
|
|
57
|
-
npm test # vitest
|
|
58
|
-
npm link # makes `cobber` resolve to the local build
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Point at a local Rails app:
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
COBBER_API_URL=http://<subdomain>.localhost:3000 cobber login
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
Releases publish to npm automatically: GitHub Actions watches `cli/**` and runs on every push to `master`. To cut a release, bump `version` in `cli/package.json` in the same PR as your changes. If the version is already on the registry, the workflow no-ops.
|