mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
31 lines
485 B
Markdown
31 lines
485 B
Markdown
|
# signup
|
||
|
|
||
|
Use this command to signup for a resin.io account.
|
||
|
|
||
|
If signup is successful, you'll be logged in to your new user automatically.
|
||
|
|
||
|
Examples:
|
||
|
|
||
|
$ resin signup
|
||
|
Email: me@mycompany.com
|
||
|
Username: johndoe
|
||
|
Password: ***********
|
||
|
|
||
|
$ resin signup --email me@mycompany.com --username johndoe --password ***********
|
||
|
|
||
|
$ resin whoami
|
||
|
johndoe
|
||
|
|
||
|
## Options
|
||
|
|
||
|
### --email, -e <email>
|
||
|
|
||
|
user email
|
||
|
|
||
|
### --username, -u <username>
|
||
|
|
||
|
user name
|
||
|
|
||
|
### --password, -p <user password>
|
||
|
|
||
|
user password
|