···171171tailscale
172172 .command("put")
173173 .argument("<sandbox>", "the sandbox to put the Tailscale Auth Key in")
174174- .description("put a Tailscale key in the given sandbox")
174174+ .description("put a Tailscale Auth Key in the given sandbox")
175175 .action(putAuthKey);
176176177177tailscale
178178 .command("get")
179179- .argument("<sandbox>", "the sandbox to get the Tailscale key from")
180180- .description("get a Tailscale key (redacted) from the given sandbox")
179179+ .argument("<sandbox>", "the sandbox to get the Tailscale Auth Key from")
180180+ .description("get a Tailscale Auth Key (redacted) from the given sandbox")
181181 .action(getTailscaleAuthKey);
182182183183if (process.argv.length <= 2) {