balena-cli/doc/app/init.markdown
2015-03-16 08:45:44 -04:00

14 lines
333 B
Markdown

# 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