LinuxCommandLibrary

odps-auth

manages MaxCompute authentication

TLDR

Login to ODPS

$ odps auth login
copy
Configure credentials
$ odps auth config --access-id [id] --access-key [key]
copy
Show current user
$ odps auth whoami
copy
Logout
$ odps auth logout
copy

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.

SEE ALSO

odps(1), odpscmd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community