@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 CHANGED
@@ -7053,7 +7053,7 @@ function unwrap(group) {
7053
7053
 
7054
7054
  // src/index.ts
7055
7055
  var pkg = {
7056
- version: true ? "0.2.5" : "0.0.0-dev"
7056
+ version: true ? "0.2.6" : "0.0.0-dev"
7057
7057
  };
7058
7058
  var program2 = new Command();
7059
7059
  program2.name("workser").description(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workser/cli",
3
- "version": "0.2.5",
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",
@@ -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 live URL
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