Bunny Launcher quickstart
To use the bunny-launcher
and create-bunny-launcher
CLIs, you must install the latest LTS version of Node.js.
The Bunny Launcher is currently in private alpha. Thank you for your patience and support.
All-in-one command
Sync
npx --yes bunny-launcher@latest --interactive --access-key="c24347cf-1bc0-4900-8d60-86b1c7701f53"# orexport BUNNY_ACCESS_KEY="c24347cf-1bc0-4900-8d60-86b1c7701f53"npx --yes bunny-launcher@latest --interactive
Multiple commands
Installation
npm install -g bunny-launcher@latest create-bunny-launcher@latest
Credentials
bunny-launcher login <profile> <access-key>
Configuration
create-bunny-launcher --interactive
Deployment
bunny-launcher
Other commands
Remove
bunny-launcher remove
Reference
For more information on Bunny Launcher, please read the commands reference.