mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Merge pull request #258 from resin-io/jviotti/doc/regenerate
Regenerate documentation
This commit is contained in:
commit
79f2b4f0d5
@ -21,11 +21,10 @@ Now you have access to all the commands referenced below.
|
||||
- [app <name>](#app-60-name-62-)
|
||||
- [app restart <name>](#app-restart-60-name-62-)
|
||||
- [app rm <name>](#app-rm-60-name-62-)
|
||||
- [app associate <name>](#app-associate-60-name-62-)
|
||||
|
||||
- Authentication
|
||||
|
||||
- [login [token]](#login-token-)
|
||||
- [login](#login)
|
||||
- [logout](#logout)
|
||||
- [signup](#signup)
|
||||
- [whoami](#whoami)
|
||||
@ -154,37 +153,25 @@ Examples:
|
||||
|
||||
confirm non interactively
|
||||
|
||||
## 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.
|
||||
|
||||
Notice this command asks for confirmation interactively.
|
||||
You can avoid this by passing the `--yes` boolean option.
|
||||
|
||||
Examples:
|
||||
|
||||
$ resin app associate MyApp
|
||||
|
||||
### Options
|
||||
|
||||
#### --yes, -y
|
||||
|
||||
confirm non interactively
|
||||
|
||||
# Authentication
|
||||
|
||||
## login [token]
|
||||
## login
|
||||
|
||||
Use this command to login to your resin.io account.
|
||||
|
||||
To login, you need your token, which is accesible from the preferences page.
|
||||
|
||||
Examples:
|
||||
|
||||
$ resin login
|
||||
$ resin login "eyJ0eXAiOiJKV1Qi..."
|
||||
|
||||
### Options
|
||||
|
||||
#### --email, --e,u, --e,u <email>
|
||||
|
||||
email
|
||||
|
||||
#### --password, -p <password>
|
||||
|
||||
password
|
||||
|
||||
## logout
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user