@workser/cli 0.6.8 → 0.6.9
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/AGENTS.md +2 -0
- package/dist/index.js +509 -297
- package/package.json +1 -1
- package/skills/workser/SKILL.md +5 -9
- package/skills/workser/reference/key.md +40 -0
- package/skills/workser/reference/sdlc-entities.md +11 -0
package/AGENTS.md
CHANGED
|
@@ -43,6 +43,8 @@ workser status | whoami # orient (read)
|
|
|
43
43
|
workser project show | list # your pinned project + the workspace
|
|
44
44
|
workser env set KEY=VALUE… | list | get KEY # env vars
|
|
45
45
|
workser env pull [--out .env.local] # write cloud env vars into a local file
|
|
46
|
+
workser key list [--app <id>] # this app's managed keys (redacted)
|
|
47
|
+
workser key rotate <key> [--app <id>] [--env production|preview] # AI_GATEWAY_API_KEY, BETTER_AUTH_SECRET
|
|
46
48
|
workser db create # provision the Neon Postgres database
|
|
47
49
|
workser db url | list # DB connection string + status
|
|
48
50
|
workser db tables # list tables in the database
|