@inkly-org/cli 0.7.3 → 0.7.4
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/dist/capture-listener.js +24 -24
- package/dist/cli.js +186 -172
- package/dist/skills/inkly/SKILL.md +1 -1
- package/package.json +1 -1
- package/skills/inkly/SKILL.md +1 -1
|
@@ -58,7 +58,7 @@ Run `inkly <command> --help` for the exact flags. Commands fall into four groups
|
|
|
58
58
|
| `inkly login [--no-open] [--token <t>]` | Connect to the hosted Inkly app. |
|
|
59
59
|
| `inkly logout` / `inkly status [--json]` | Remove credentials / show auth + hub status. |
|
|
60
60
|
| `inkly sync [--demo <slug>] [--dry-run] [--json]` | Upload local capture blobs to the CDN. |
|
|
61
|
-
| `inkly snapshot <demo> [--json]` | Publish a standalone, shareable `/p/<id>` snapshot of one demo. |
|
|
61
|
+
| `inkly snapshot <demo> [--json]` | Publish a standalone, shareable `/p/<id>` snapshot of one demo. Accepts a demo inside a hub or a bare exported demo folder (no `inkly.json` required). |
|
|
62
62
|
|
|
63
63
|
### Capture — built for agents
|
|
64
64
|
|
package/package.json
CHANGED
package/skills/inkly/SKILL.md
CHANGED
|
@@ -58,7 +58,7 @@ Run `inkly <command> --help` for the exact flags. Commands fall into four groups
|
|
|
58
58
|
| `inkly login [--no-open] [--token <t>]` | Connect to the hosted Inkly app. |
|
|
59
59
|
| `inkly logout` / `inkly status [--json]` | Remove credentials / show auth + hub status. |
|
|
60
60
|
| `inkly sync [--demo <slug>] [--dry-run] [--json]` | Upload local capture blobs to the CDN. |
|
|
61
|
-
| `inkly snapshot <demo> [--json]` | Publish a standalone, shareable `/p/<id>` snapshot of one demo. |
|
|
61
|
+
| `inkly snapshot <demo> [--json]` | Publish a standalone, shareable `/p/<id>` snapshot of one demo. Accepts a demo inside a hub or a bare exported demo folder (no `inkly.json` required). |
|
|
62
62
|
|
|
63
63
|
### Capture — built for agents
|
|
64
64
|
|