// reference

Command reference

All 29 recall commands.

Authentication

recall auth register

Create a new account

recall auth login

Login with credentials or browser

recall auth logout

Logout and clear token

recall auth forgot <email>

Request a password reset token

recall auth reset <token>

Reset your password with a token

Commands

recall save "<cmd>"

Save a command (--name --tags --group)

recall list

List all commands (--tag --group --search --pinned)

recall run <name>

Run by name or alias (--confirm --dry-run)

recall delete <name>

Delete a command (--force)

recall search <query>

Fuzzy search across all commands

recall update <name>

Update command name, tags, or content

Templates

recall template save <name> "<tmpl>"

Save a template with {variable} placeholders

recall template list

List all templates

recall template run <name>

Run template — prompts for each variable

recall template show <name>

Show template details

recall template delete <name>

Delete a template

Snippets

recall snippet save <name>

Save a multi-line shell script

recall snippet list

List all snippets

recall snippet show <name>

Show snippet content

recall snippet run <name>

Run a snippet

recall snippet delete <name>

Delete a snippet

Environment variables

recall env save <name>

Save a set of environment variables

recall env list

List all env sets

recall env show <name>

Show variables in an env set

recall env use <name>

Print export commands for shell loading

recall env delete <name>

Delete an env set

Groups (Pro)

recall group create <name>

Create a command group

recall group list

List all groups

recall group show <name>

List commands in a group

recall group add <cmd> <group>

Add a command to a group

recall group remove <cmd>

Remove a command from its group

recall group delete <name>

Delete a group (commands kept)

recall group rename <old> <new>

Rename a group

Org vault (Team)

recall org create <name>

Create an organization

recall org members

List org members

recall org invite <email>

Invite a member

recall org join <token>

Join via invite token

recall org save "<cmd>"

Save to org vault

recall org commands

List org vault commands

recall org run <name>

Run an org command

recall audit

Show org audit log

recall approve request <name>

Request approval to run

recall approve grant <token>

Approve a pending request

Utilities

recall pin <name>

Pin command to top of list

recall alias set <a> <name>

Create a short alias

recall alias list

List all aliases

recall history

Show run history

recall share create <name>

Create a public share link

recall export

Export as JSON or shell script

recall import <file>

Import from JSON or shell script

recall sync

Sync to local cache

recall whoami

Show account and plan info

recall upgrade

Show plans and upgrade options

recall doctor

Check setup and connectivity

recall completion <shell>

Generate shell completion script

recall config show

Show current config

recall config switch

Switch between environments

recall feedback

Send feedback or report a bug

recall support ticket

Submit a support ticket