LinuxCommandLibrary

odpscmd-auth

manages MaxCompute authentication

TLDR

Configure authentication

$ odpscmd auth config
copy
Set access credentials
$ odpscmd auth set --access-id [id] --access-key [key]
copy
Check authentication
$ odpscmd auth whoami
copy
Clear credentials
$ odpscmd auth clear
copy

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community