Appearance
Codatum CLI Beta
cdm is a CLI for operating Codatum's features from your terminal, CI, or an AI agent. It doesn't replace everything you can do in the web UI; it mainly covers file-based editing, syncing, and validation of notebooks and the catalog, along with authentication.
The quickest way to get started is issuing a token from Personal Access Tokens and running cdm auth login. For command details, see the Codatum CLI documentation.
INFO
This feature is in beta. The specification might change without notice.
Prerequisites
- See Requirements for supported operating systems.
- Not available if the Codatum CLI is disallowed by a workspace policy.
Key features
- Operating Codatum from your terminal, CI, or an AI agent.
- Creating, syncing, and previewing notebooks in markdown form (
.cnb.md, a local representation of a notebook in Codatum). - Managing catalog annotations with YAML (such as
.cann.yaml). - Authenticating with a PAT (issue one under Personal Access Tokens; for managing them within a workspace, see Personal Access Tokens).