docs/tutorials/organizing-commands-with-groups
Intermediate8 minPro plan

Organizing commands with groups

As your vault grows, groups keep commands organized by project, context, or technology.

01Create groups

recall group create kubernetesrecall group create dockerrecall group create terraform

02Save directly to a group

recall save "kubectl get pods -n production" --name kube-prod --group kubernetesrecall save "docker ps -a" --name docker-ps --group docker

Pro tip: If the group doesn't exist yet, recall creates it automatically.

03Browse by group

recall group listrecall group show kubernetesrecall list --group kubernetes

Suggested group structure

kuberneteskubectl commands, helm, k9s
dockerdocker run, compose, build
git-workflowbranching, rebasing, cherry-pick
databasepg_dump, psql, migrations
deploymentterraform, ansible, CI triggers
debugginglogs, traces, port-forwards
// what's next
Share groups with your team using org vaults Add aliases to your grouped commands