Skip to main content
The Credible CLI (cred) is a powerful command-line interface for managing semantic data models, packages, environments, and connections in the Credible Data platform. Built for data engineers and DevOps professionals, it enables automated workflows and seamless CI/CD integration.

Installation

Prerequisites: Node.js version 20+ and npm package manager
Install the Credible CLI globally from the npm registry:
View package details at npmjs.com/package/@credibledata/cred-cli

Core Commands

The CLI supports bash/zsh autocompletion. Type cred + TAB to see available commands, or cred ls + TAB to see resource types (environment, package, connection, version, group).

Authentication & Session

Login

Authenticate with your organization via Auth0:

Check Status

View your current organization and environment:

Logout

Clear stored credentials:

Resource Management

List Environments

Get Environment Details

Create Environment

Options:
  • --readmeFile: Path to README file to include

Delete Environment

Set Default Environment

Setting a default environment only applies to CLI sessions - it doesn’t affect any web experiences

Command Options

Global Options