CDP CLI Beta command reference

You can learn about the various Cloudera Operational Database (COD) CLI Beta commands. You can run these commands to do administration and management tasks like create or describe a COD instance. To use any of the CDP CLI beta commands for Operational Database, you need to download and install the latest CDP CLI beta version.

Install CDP CLI Beta

Do not install both the regular and beta CLIs in the same Python environment, as they use the same entry points and will therefore conflict. Either use a separate virtual environment or uninstall the cdpcli first before installing cdpcli-beta.
  1. Install Python if needed, as described in CDP CLI documentation for your platform.
  2. Run the following to install CDP CLI Beta:
    pip3 install cdpcli-beta
  3. Configure access keys as described in Generating an API access key

You can see all the CDP CLI Beta commands and their syntax in the CDP CLI BETA command reference GitHub page.