···8585 .command("create")
8686 .aliases(["new"])
8787 .option("--provider, -p <provider>", "the provider to use for the sandbox")
8888+ .option("--base, -b <base>", "the base sandbox to use for the sandbox")
8889 .option("--ssh, -s", "connect to the Sandbox and automatically open a shell")
8990 .argument("[name]", "the name of the sandbox to create")
9091 .description("create a new sandbox")