Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugin/skills/tower/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Cancel a running app run

### `tower catalogs`

Interact with the catalogs in your Tower account
Interact with the catalogs in your Tower account (includes Storage [beta])

#### `tower catalogs list`

Expand All @@ -214,7 +214,7 @@ List all of your catalogs
- `-e`, `--environment` — List catalogs in this environment
- `-a`, `--all` — List catalogs across all environments
- `--type` — Filter catalogs by type, e.g. tower-catalog
- `--storage` — List Tower-managed storage catalogs
- `--storage` — List Tower-managed storage catalogs [beta]

#### `tower catalogs show`

Expand All @@ -227,7 +227,7 @@ Show the details of a catalog, including its property names

#### `tower catalogs credentials`

Vend short-lived catalog credentials for external tools
Vend short-lived catalog credentials for external tools [beta]

**Arguments:**

Expand Down Expand Up @@ -346,7 +346,7 @@ Deploy your latest code to Tower
- `-f`, `--create` — Automatically force creation of the app if it doesn't already exist
- `-e`, `--environment` — The environment to deploy to
- `--all` — Deploy to all environments
- `--idempotency-key <value>` — Reuse the existing version deployed with this key instead of creating a new one. Defaults to the current git commit SHA when the working tree is clean, so deploying unchanged source to multiple environments collapses to a single version.
- `--idempotency-key` — Reuse the existing version deployed with this key instead of creating a new one. Defaults to the current git commit SHA when the working tree is clean.
- `--no-idempotency-key` — Never send an idempotency key, even on a clean git tree

### `tower run`
Expand Down