mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-09 04:12:51 +00:00
14 lines
333 B
Markdown
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
|