From dc54568a98d462868814168efd42cd52f1a0ddaf Mon Sep 17 00:00:00 2001 From: bradhe <310958+bradhe@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:13:30 +0000 Subject: [PATCH] chore: regenerate SKILL.md --- plugin/skills/tower/SKILL.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/plugin/skills/tower/SKILL.md b/plugin/skills/tower/SKILL.md index 8d1b31e9..137af11d 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,11 +214,11 @@ 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` -Show the details of a catalog, including its property names +Show the details of a catalog, including its properties and tables **Arguments:** @@ -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:** @@ -237,6 +237,17 @@ Vend short-lived catalog credentials for external tools - `--format` — Snippet format to print - `--show-token` — Print the vended OAuth token in normal output +#### `tower catalogs query` + +Run a SQL query against a catalog using DuckDB [beta] + +**Arguments:** + +- `` *(required)* — Name of the catalog to query +- `-s`, `--sql` — SQL statement to execute; read from stdin when omitted +- `-e`, `--environment` — Environment the catalog belongs to +- `-w`, `--write` — Allow write statements by vending read-write credentials; queries are read-only by default + ### `tower schedules` Manage schedules for your Tower apps @@ -346,7 +357,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`