Back to CLI Reference

$ sccfm-cli inventory devices asa change-boot-image --help

Usage: sccfm-cli inventory devices asa change-boot-image [OPTIONS]

  Change the configured ASA boot image for the next reload. The image must
  already exist on the device, and check mode validates the image path plus
  containing filesystem access.

Options:
  -n, --device-name TEXT      Device name to search for (supports wildcards like
                              'branch-*').
  -q, --query TEXT            Filter devices by a Lucene query.
  -l, --limit INTEGER RANGE   Maximum records to return  [default: 50;
                              1<=x<=200]
  -o, --offset INTEGER RANGE  Pagination offset  [default: 0; x>=0]
  -u, --device-uids TEXT      List of device UIDs to query.
  --image-path TEXT           Full ASA image path already present on the device,
                              for example 'disk0:/asa9xxx.bin' or
                              'boot:/asa9xxx.bin'.  [required]
  --check                     Run a preflight check without performing the
                              operation.
  --format [table|json]       Output format  [default: table]
  --config-path PATH          Path to the configuration file (defaults to
                              ~/.sccfm-cli/config.json).
  --help                      Show this message and exit.