OSL

docs

decodeRing CLI

NAME

dcdr - command-line client for decodeRing secret lifecycle operations.

SYNOPSIS

dcdr [global options] command [command options] [arguments]

DESCRIPTION

dcdr is the command-line interface for interacting with a decodeRing server. It supports:

  • application registration and user management
  • secret create/read/taint/destroy workflows
  • backend visibility and audit log export

After successful authentication with dcdr auth, the token is cached at ~/.dcdr/token and reused automatically.

GLOBAL OPTIONS

  • --addr
    Address of the decodeRing server.
  • --token
    Authentication token to use for this command.
  • --skip-verify
    Skip SSL certificate verification.

ENVIRONMENT

  • DCDR_TOKEN
    Authentication token used when --token is not supplied.
  • DCDR_SKIP_VERIFY
    If set to "true", bypasses SSL certificate verification.

SEE ALSO

  • dcdr-server(8)