Skip to content

Cani alpha export nautobot

cani alpha export nautobot

Export inventory using the nautobot provider

Synopsis

Export inventory using the nautobot provider

cani alpha export nautobot [flags]

Options

      --create-device-types    Create missing device types in Nautobot (default true)
      --create-location-types  Create missing location types in Nautobot (default true)
      --create-module-types    Create missing module types in Nautobot (default true)
      --create-locations       Create missing locations in Nautobot (default true)
      --create-statuses        Create missing statuses in Nautobot (default true)
      --create-roles           Create missing roles in Nautobot (default true)

Options inherited from parent commands

      --merge                  Merge with existing devices instead of skipping conflicts
      --dry-run                Log planned actions without making API calls
      --config string          config file (default "/home/runner/.cani/cani.yml")
      --debug                  enable debug mode
      --datastore string       datastore type (json, postgres) (default "json")
      --datastore-path string  override path to the datastore file (for testing)
      --types-dirs stringSlice local directories with additional hardware types
      --types-repos stringSlice git repo URLs 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
      --strict                 require a resolved device type (slug) for all devices (default true)

SEE ALSO