mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-12 15:34:20 +00:00
294 B
294 B
app associate <name>
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 MyApp
$ resin app associate MyApp --project my/app/directory