balenaclone
v1.0.3
Published
Dead simple command line utility to clone balenaCloud applications
Downloads
3
Readme
balenaclone
Dead simple command line utility to clone balenaCloud applications so you don't have to. It's more of a balena.yml file creator for existing applications at this point.
Getting Started
Install & just straight up clone! We will prompt you for the information that's what the CLI is for. Some prerequisites you need to have:
- Need to have Node & NPM installed in your system.
- Need to have balenaCLI authenticated with your current account from where you would like to clone applications.
npx balenaclone
What will this do?
The CLI uses the inputs you provided to build a balena.yml file that can be used to create clones of your existing balenaCloud applications. This is especially useful in multiple scenarios.
- Having multiple replicable environments sharing the same variables and configuration. Such as production, testing, and development applications for your fleet of devices.
- Creating Deploy with balena buttons definitely gets easier with this. No more manual work of writing a
balena.yml
file - Getting your applications up on balenaHub even faster!
Thanks for the utility, what next!
- Head to dashboard.balena-cloud.com and click the
Create Application
button. - Toggle the
Advanced
button on there to upload thebalena.yml
file you just generated and voila we cloned your app! Now go create something awesome!