diff --git a/plugin/skills/tower/SKILL.md b/plugin/skills/tower/SKILL.md index 8d1b31e9..3d4c5b65 100644 --- a/plugin/skills/tower/SKILL.md +++ b/plugin/skills/tower/SKILL.md @@ -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` @@ -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` @@ -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:** @@ -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 ` — 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`