Skip to content

Cani alpha update orphans

cani alpha update orphans

Interactively assign parents to orphaned items.

Synopsis

Walk all orphaned racks and devices and interactively prompt for a parent assignment. Candidates are ranked by name similarity, hardware-type affinity, and provider metadata.

In --dry-run mode the assignments are written to a JSON plan file that can be reviewed, edited, and applied later with --apply-plan.

cani alpha update orphans [flags]

Options

      --apply-plan string   Apply a previously saved plan file instead of prompting
      --dry-run             Preview changes and save to a plan file without modifying inventory
  -h, --help                help for orphans

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
      --metadata stringArray    Provider metadata key=value pairs (repeatable)
      --set stringArray         Set field value as key=value (repeatable)
      --strict                  require a resolved device type (slug) for all devices (default true)
      --tag stringArray         Tag(s) to apply to the item (repeatable)
      --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