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 #
Option | Short | Type | Default | Description |
---|---|---|---|---|
--type | -t | string | container | Type 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 #
Option | Short | Description |
---|---|---|
--config | -c | Path to configuration file |
--verbose | -v | Enable verbose output |