list

unit list #

List units currently managed by quad-ops.

Synopsis #

quad-ops unit list [OPTIONS]

Description #

The list subcommand displays all quadlet units that are currently managed by quad-ops. You can filter by unit type to view specific categories of units.

Options #

OptionShortTypeDefaultDescription
--type-tstringcontainerType of unit to list (container, volume, network, image, all)

Examples #

# List all container units (default)
quad-ops unit list

# List all units of all types
quad-ops unit list --type all

# List only volume units
quad-ops unit list --type volume

# List only network units
quad-ops unit list --type network

Global Options #

OptionShortDescription
--config-cPath to configuration file
--verbose-vEnable verbose output
  • show - Show the contents of a quadlet unit
  • sync - Synchronize repositories to create units
  • up - Start container units
  • down - Stop container units