mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-05-09 04:13:06 +00:00
11 lines
286 B
Markdown
11 lines
286 B
Markdown
# app associate <id>
|
|
|
|
Use this command to associate a project directory with a resin application.
|
|
|
|
This command adds a 'resin' git remote to the directory and runs git init if necessary.
|
|
|
|
Examples:
|
|
|
|
$ resin app associate 91
|
|
$ resin app associate 91 --project my/app/directory
|