balena-cli/doc/app/associate.markdown

11 lines
294 B
Markdown
Raw Normal View History

2015-03-23 08:25:45 -04:00
# app associate <name>
2015-03-09 19:49:07 -04:00
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:
2015-03-23 08:25:45 -04:00
$ resin app associate MyApp
$ resin app associate MyApp --project my/app/directory