balena-cli/doc/app/init.markdown

14 lines
333 B
Markdown
Raw Normal View History

2015-03-09 19:49:07 -04:00
# init
2015-03-09 19:49:07 -04:00
Use this command to initialise a directory as a resin application.
2015-03-09 19:49:07 -04:00
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:
2015-03-09 19:49:07 -04:00
$ resin init
$ resin init --project my/app/directory