up login
Authenticates to the Upbound Marketplace.
-u,--username = <username>
- the username to authenticate. Defaults to the value of the environmental variableUP_USER
-p, --password = <password>
- the password to authenticate. Defaults to the value of the environmental variableUP_PASS
-t, --token = <token value>
- an Upbounduser token
to use in place of a username and password-a, --account = <organization>
- authenticate as a member of an organization.
Authenticates to Upbound and generates and locally stores a JSON credentials file in ~/.up/config.json
.
Commands requiring authentication to Upbound services use the JSON file to authenticate.
If run without arguments up login
asks for the username and password from the terminal.
View the current authentication status with up organization list
.
The password isn’t echoed to the terminal.
Use an Upbound user token
to authenticate in place of a username and password.
|
|
Log into an organization with either a username and password or token.
To determine if you are part of any organizations or to create an organization use theup organization
commands.
Verify the state of login
with up organization list
.
When logged in the list of organizations the user belongs to.
If not logged in, the command returns an error.