Back to changelog

Dashboards-as-code and exporting via CLI

You can now export your models, metrics, and saved explorations to YAML files using Supersimple's CLI. Run supersimple export to try it out!

The import and validate commands have also been upgraded to support glob patterns and directories.

# Export models, metrics, and explorations:
supersimple export -o my-config/

# Export just the explorations:
supersimple export --explorations -o my-config/

# Import all explorations from a directory:
supersimple import explorations/

# Import using glob patterns:
supersimple import models/user-*.yaml

# See available flags:
supersimple export --help
supersimple import --help

This is particularly useful for managing large bulk changes, including refactoring your data model. You can export your current configuration, make changes in the YAML files, and then re-import everything to apply the updates. On your own, or by letting your coding agent use the CLI.

Read more in the CLI docs.

Ready to get started?