Manage organizations from the CLI.
shipables org
Manage organizations from the command line.
Usage
shipables org <subcommand> [args]
Subcommands
org delete
Delete an organization:
shipables org delete <name> [options]
| Argument | Description |
|---|---|
name | Organization name |
| Flag | Description |
|---|---|
-f, --force | Skip confirmation prompt |
Examples
Delete an organization:
shipables org delete myorg
Skip confirmation:
shipables org delete myorg --force
Important notes
- Owner only — Only the organization owner can delete it.
- No published skills — The organization must have no published skills. Delete all org skills first with
shipables delete @org/skill-name. - Permanent — Deleting an organization removes all memberships and pending invitations. This cannot be undone.
- Requires authentication — You must be logged in.