@curenorway/kode-cli 1.17.0 → 1.17.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 +3 -3
- package/dist/{chunk-TDEFNKQQ.js → chunk-7EPXFFNR.js} +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Command-line tool for managing JavaScript and CSS scripts for Webflow sites via
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- **Webflow
|
|
7
|
+
- **Webflow Integration** - Verifies init.js injection status (auto-injected at site creation in Cure App)
|
|
8
8
|
- **Pull/Push scripts** - Sync scripts between local files and remote CDN with conflict detection
|
|
9
9
|
- **Sync awareness** - Staleness indicators show when local state is out of date
|
|
10
10
|
- **Deploy dry-run** - Preview what will be deployed before executing
|
|
@@ -64,7 +64,7 @@ Creates:
|
|
|
64
64
|
- `.claude/skills/deploy/` - `/deploy` slash command for Claude Code
|
|
65
65
|
- `.claude/skills/webflow-patterns/` - Webflow DOM reference (auto-loaded by Claude when relevant)
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
Verifies that init.js has been auto-injected into Webflow (this happens when the site is created in the Cure App). If not yet injected, prompts you to run `kode webflow inject`.
|
|
68
68
|
|
|
69
69
|
### `kode pull`
|
|
70
70
|
|
|
@@ -222,7 +222,7 @@ kode sync --dry-run # Preview what would change
|
|
|
222
222
|
|
|
223
223
|
### `kode webflow`
|
|
224
224
|
|
|
225
|
-
Manage the Webflow Custom Code integration.
|
|
225
|
+
Manage the Webflow Custom Code integration. The init.js script is auto-injected when a Kode site is created in the Cure App. These commands let you verify status, re-inject, or remove it.
|
|
226
226
|
|
|
227
227
|
```bash
|
|
228
228
|
kode webflow status # Check if init.js is injected (default)
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED