cdp

Description

The Cloudera CDP Command Line Interface is a unified tool to manage your CDP services.

Synopsis

cdp [options] <command> <subcommand> [parameters]

Use cdp command help for information on a specific command, and cdp command subcommand help for information on a specific subcommand.

Options

--version (string)

Display the version of this tool.

--debug (boolean)

Turn on debug logging.

--no-verify-tls (boolean)

By default, the CDP CLI uses TLS when communicating with CDP services. For each TLS connection, the CDP CLI will verify TLS certificates. This option overrides the default behavior of verifying TLS certificates.

--ca-bundle (string)

The CA certificate bundle to use when verifying TLS certificates. Overrides any config and environment settings.

--endpoint-url (string)

Override command’s default URL with the given URL. This is useful when temporarily calling a different CDP control plane.

--form-factor (string)

Explicitly specify the form factor of the control plane being called. When not given, the form factor is guessed based on the command’s endpoint URL.

  • public

  • private

--output (string)

The formatting style for command output.

  • json

  • text

  • table

--color (string)

Turn on/off color output.

  • on

  • off

  • auto

--cli-read-timeout (integer)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout.

--cli-connect-timeout (integer)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout.

--no-paginate (boolean)

Disable automatic pagination.

--auth-config (string)

Specify the path to the client authentication configuration.

--profile (string)

Use a specific profile from your credential file.

--cdp-region (string)

Specifies which CDP region to send this command’s CDP request to.

  • default

  • us-west-1

  • eu-1

  • ap-1

  • usg-1

--ensure-ascii (boolean)

Escape all non-ASCII characters in the output with uXXXX sequences when the output is in JSON format.

--deprecated (boolean)

Show deprecated commands and parameters in help message.

--no-parameter-expansion (boolean)

Disable expanding parameters by referring to files or URIs.