odps-auth
manages MaxCompute authentication
TLDR
Login to ODPS
$ odps auth login
Configure credentials$ odps auth config --access-id [id] --access-key [key]
Show current user$ odps auth whoami
Logout$ odps auth logout
SYNOPSIS
odps auth [command] [options]
DESCRIPTION
odps auth manages MaxCompute authentication. Configures access credentials.
The tool handles login and credential storage. Part of ODPS CLI.
PARAMETERS
login
Authenticate to ODPS.logout
Remove credentials.config
Configure authentication.whoami
Show current identity.--access-id ID
Access key ID.--access-key KEY
Access key secret.--help
Display help information.
CAVEATS
Credentials stored locally. Part of Alibaba Cloud ODPS tools.
HISTORY
odps auth provides authentication management for Alibaba Cloud MaxCompute.
