Merge pull request #258 from resin-io/jviotti/doc/regenerate

Regenerate documentation
This commit is contained in:
Juan Cruz Viotti 2015-11-11 09:17:52 -04:00
commit 79f2b4f0d5

View File

@ -21,11 +21,10 @@ Now you have access to all the commands referenced below.
- [app <name>](#app-60-name-62-) - [app <name>](#app-60-name-62-)
- [app restart <name>](#app-restart-60-name-62-) - [app restart <name>](#app-restart-60-name-62-)
- [app rm <name>](#app-rm-60-name-62-) - [app rm <name>](#app-rm-60-name-62-)
- [app associate <name>](#app-associate-60-name-62-)
- Authentication - Authentication
- [login [token]](#login-token-) - [login](#login)
- [logout](#logout) - [logout](#logout)
- [signup](#signup) - [signup](#signup)
- [whoami](#whoami) - [whoami](#whoami)
@ -154,37 +153,25 @@ Examples:
confirm non interactively 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 # Authentication
## login [token] ## login
Use this command to login to your resin.io account. Use this command to login to your resin.io account.
To login, you need your token, which is accesible from the preferences page.
Examples: Examples:
$ resin login $ resin login
$ resin login "eyJ0eXAiOiJKV1Qi..."
### Options
#### --email, --e,u, --e,u <email>
email
#### --password, -p <password>
password
## logout ## logout