the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Tailscale Auth Key in CLI text

+3 -3
+3 -3
apps/cli/src/index.ts
··· 171 171 tailscale 172 172 .command("put") 173 173 .argument("<sandbox>", "the sandbox to put the Tailscale Auth Key in") 174 - .description("put a Tailscale key in the given sandbox") 174 + .description("put a Tailscale Auth Key in the given sandbox") 175 175 .action(putAuthKey); 176 176 177 177 tailscale 178 178 .command("get") 179 - .argument("<sandbox>", "the sandbox to get the Tailscale key from") 180 - .description("get a Tailscale key (redacted) from the given sandbox") 179 + .argument("<sandbox>", "the sandbox to get the Tailscale Auth Key from") 180 + .description("get a Tailscale Auth Key (redacted) from the given sandbox") 181 181 .action(getTailscaleAuthKey); 182 182 183 183 if (process.argv.length <= 2) {