@workser/cli 0.2.5 → 0.2.6
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/index.js +1 -1
- package/package.json +1 -1
- package/skills/workser/SKILL.md +1 -1
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workser/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Workser CLI — give your local AI agent native DevOps & infrastructure on Workser. The agent runs `workser …` to provision, deploy, and manage real apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
package/skills/workser/SKILL.md
CHANGED
|
@@ -110,7 +110,7 @@ workser db create --json # 5. provision infra the app needs (
|
|
|
110
110
|
workser env set STRIPE_KEY=sk_live_… --json # 6. configure it
|
|
111
111
|
# … you write the app code with your normal tools …
|
|
112
112
|
workser verify --json # 7. green build is the bar for "done"
|
|
113
|
-
workser deploy --prod --watch --json # 8. ship; returns the
|
|
113
|
+
workser deploy --prod --watch --json # 8. ship; returns the stable *.workser.app URL
|
|
114
114
|
workser board close <id> --json # 9. the Board now matches reality
|
|
115
115
|
```
|
|
116
116
|
|