mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-05 05:24:08 +00:00
11 lines
277 B
Markdown
11 lines
277 B
Markdown
# init <id>
|
|
|
|
Use this command to associate a local project to an existing resin.io application.
|
|
|
|
The application should be a git repository before issuing this command.
|
|
Notice this command adds a `resin` git remote to your application.
|
|
|
|
Examples:
|
|
|
|
$ cd myApp && resin init 91
|