Skip to content

Cani alpha export connections

cani alpha export connections

Export current cable connections as YAML or CSV.

Synopsis

Export all cable connections from the inventory as a YAML or CSV file. The output can be edited and re-applied with 'cani alpha add connections'.

Example: cani alpha export connections > topology.yaml cani alpha export connections --format csv > topology.csv

cani alpha export connections [flags]

Options

      --format string   Output format: yaml or csv (default "yaml")
  -h, --help            help for connections

Options inherited from parent commands

      --config string           config file (default "/home/runner/.cani/cani.yml")
      --datastore string        datastore type (json, postgres) (default "json")
      --datastore-path string   override path to the datastore file (for testing)
      --debug                   enable debug mode
      --dry-run                 Preview changes without making API calls
      --merge                   Update existing devices instead of skipping conflicts
      --strict                  require a resolved device type (slug) for all devices (default true)
      --types-dirs strings      local directories with additional hardware types
      --types-repo-clone        clone types repos that are not yet cached locally
      --types-repo-pull         pull latest changes from types repos on startup
      --types-repos strings     git repo URLs with additional hardware types

SEE ALSO