docs/tutorials/sharing-commands-with-teammates
Beginner5 min

Sharing commands with teammates

Generate a public link to any command. Anyone can view and copy it — no account required.

01Create a share link

recall share create kube-logs URL: https://devkitvault.com/recall/s/6e3fdc... Command: kubectl logs {pod} -n {namespace} Expires: never

02Set an expiry

recall share create deploy-prod --expires 7 Expires: in 7 days

03Manage your links

recall share listrecall share delete 6e3fdc

Use cases

Share a one-time setup command with a new hire
Post a useful command in Slack without formatting issues
Share a debug command with someone outside your org
Create a temporary link for a contractor

Need persistent team sharing? Use org vaults (Team plan) instead of public links. Set up a team org vault →

// what's next
Set up persistent team sharing with org vaults