···157157 .argument("<sandbox>", "the sandbox to put the SSH key in")
158158 .option("--private-key", "the path to the SSH private key")
159159 .option("--public-key", "the path to the SSH public key")
160160+ .option("--generate, -g", "generate a new SSH key pair")
160161 .description("put an SSH key in the given sandbox")
161162 .action(putKeys);
162163