Command output
You can control the output from the CLI using the –output argument. The possible output formats include:
- JSON (
json
) - YAML (
yaml
) - Formatted table (
table
)
For example:
cb cluster list --output json
cb clusters list --output yaml
cb cluster list --output table