run402 1.32.0 → 1.32.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/lib/projects.mjs +1 -1
- package/package.json +1 -1
package/lib/projects.mjs
CHANGED
|
@@ -18,7 +18,7 @@ Subcommands:
|
|
|
18
18
|
usage <id> Show compute/storage usage for a project
|
|
19
19
|
schema <id> Inspect the database schema
|
|
20
20
|
rls <id> <template> <tables_json> Apply Row-Level Security policies
|
|
21
|
-
delete <id>
|
|
21
|
+
delete <id> Immediately and irreversibly delete a project (cascade purge) and remove from local state
|
|
22
22
|
pin <id> Pin a project (prevents expiry/GC)
|
|
23
23
|
promote-user <id> <email> Promote a user to project_admin role
|
|
24
24
|
demote-user <id> <email> Demote a user from project_admin role
|
package/package.json
CHANGED