mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
333 B
333 B
init
Use this command to initialise a directory as a resin application.
This command performs the following steps: - Create a resin.io application. - Initialize the current directory as a git repository. - Add the corresponding git remote to the application.
Examples:
$ resin init
$ resin init --project my/app/directory