Shortcut CLI gate
9 allow
21 ask
0 block
Community short CLI for Shortcut. Searches and listings are safe. Story mutations, comments, attachments, and workflow-state changes ask. The custom handler routes short api by HTTP method.
Showing all 30 rules.
Allowed · queries
rules/shortcut.toml#allow 9 patternsshort search
Allow
Searching stories
short find
Allow
Searching stories
short story
Allow
Viewing story
short members
Allow
Listing members
short epics
Allow
Listing epics
short workflows
Allow
Listing workflows
short projects
Allow
Listing projects
short workspace
Allow
Listing workspaces
short help
Allow
Showing help
Asks first · mutations
rules/shortcut.toml#ask 21 patternsshort install
Ask
Writes the Shortcut API token to the local
short config. One-time auth setup.short search -S --save
Ask
Saves the current search as a named workspace in the local
short config. Writes to disk; does not change anything on Shortcut.short story --git-branch --git-branch-short
Ask
Creates and checks out a local git branch named for the story. Switches your working tree; commit or stash first.
short story -D --download
Ask
Downloads the story's attachments to the current directory. Writes files to disk.
short story -c --comment
Ask
Posts a comment to the story on Shortcut. Visible to all workspace members.
short story -d --description
Ask
Overwrites the story's description field. Replaces existing text; back up the current body if it matters.
short story -e --estimate
Ask
Sets the story's point estimate.
short story --epic
Ask
Reassigns the story to a different epic.
short story -i --iteration
Ask
Moves the story into a different iteration (sprint).
short story -l --label
Ask
Sets the story's labels.
short story --move-after --move-before --move-down --move-up
Ask
Reorders the story within its workflow column.
short story -o --owners
Ask
Sets the story's owners. Replaces the existing owner list.
short story -s --state
Ask
Updates the workflow state of story
<story>. Moves it on the workflow board (e.g., To Do -> In Progress -> Done) and may trigger workflow automations.short story -t --title
Ask
Renames the story's title.
short story -T --team
Ask
Reassigns the story to a different team.
short story --task
Ask
Adds a subtask to the story.
short story --task-complete
Ask
Toggles a subtask's done state on the story.
short story -y --type
Ask
Sets the story type (feature, bug, or chore).
short story -a --archived
Ask
Archives story
<story>. Hides it from default views but keeps history; reversible via --archived=false or the web UI.short create
Ask
Creates a new story in the workspace.
short workspace -u --unset
Ask
Removes a saved workspace (named search query) from the local
short config. Does not delete anything on Shortcut.