41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
Description:
|
|
Authenticate to DC/OS cluster
|
|
|
|
Usage:
|
|
dcos auth --help
|
|
dcos auth --info
|
|
dcos auth list-providers [--json]
|
|
dcos auth login
|
|
[--provider=<provider_id>] [--username=<username>]
|
|
[--password=<password> | --password-file=<password_file>
|
|
| --password-env=<password_env> | --private-key=<key_path>]
|
|
dcos auth logout
|
|
|
|
Commands:
|
|
list-providers
|
|
List configured authentication providers for your DC/OS cluster.
|
|
login
|
|
Login to your DC/OS cluster.
|
|
logout
|
|
Logout of your DC/OS cluster.
|
|
|
|
Options:
|
|
-h, --help
|
|
Print usage.
|
|
--info
|
|
Print a short description of this subcommand.
|
|
--password=<password>
|
|
Specify password on the command line (insecure).
|
|
--password-env=<password_env>
|
|
Specify environment variable name that contains the password.
|
|
--password-file=<password_file>
|
|
Specify path to a file that contains the password.
|
|
--provider=<provider_id>
|
|
Specify authentication provider to use for login.
|
|
--private-key=<key_path>
|
|
Specify path to file that contains the private key.
|
|
--username=<username>
|
|
Specify username for login.
|
|
--version
|
|
Print version information.
|