Changes
- New
cma:docs command — Browse the DatoCMS Content Management API reference documentation directly from the terminal. List resources, describe actions, and expand details sections without leaving the CLI.
Examples
# List all available resources
datocms cma:docs
# Describe a specific resource and its actions
datocms cma:docs items
# Describe a specific action with examples
datocms cma:docs items create
# Expand a collapsed details section
datocms cma:docs items create --expand "Example: Basic example"