cred
) is a powerful command-line interface for managing semantic data models, packages, projects, 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 18+ and npm package manager
Core Commands
The CLI supports bash/zsh autocompletion. Type
cred
+ TAB to see available commands, or cred ls
+ TAB to see resource types (project, package, connection, version, group).Authentication & Session
Login
Authenticate with your organization via Auth0:Check Status
View your current organization and project:Logout
Clear stored credentials:Resource Management
- Projects
- Packages
- Connections
- Groups
Command Options
Global Options
Option | Description |
---|---|
-V, --version | Display version number |
-h, --help | Display help (use alone for general help or after a command for specific help) |
--debug | Enable debug output (most commands) |
-y, --yes | Skip confirmation prompts |
--set-latest | Set published version as the latest (publish command) |