odpscmd-auth
manages MaxCompute authentication
TLDR
Configure authentication
$ odpscmd auth config
Set access credentials$ odpscmd auth set --access-id [id] --access-key [key]
Check authentication$ odpscmd auth whoami
Clear credentials$ odpscmd auth clear
SYNOPSIS
odpscmd auth [command] [options]
DESCRIPTION
odpscmd auth manages MaxCompute authentication. Configures access keys.
The tool handles credential storage. Part of odpscmd suite.
PARAMETERS
config
Configure authentication.set
Set credentials.whoami
Show current user.clear
Clear credentials.--access-id ID
Access key ID.--access-key KEY
Access key secret.--help
Display help information.
CAVEATS
Legacy tool. Credentials stored in config file.
HISTORY
odpscmd auth provides authentication for MaxCompute Console.
