unit

unit #

Subcommands for managing and viewing quadlet units.

Synopsis #

quad-ops unit <subcommand> [OPTIONS]

Description #

The unit command provides management and inspection capabilities for Podman Quadlet units synchronized by quad-ops. It offers several subcommands to list, show, and check the status of managed units.

Subcommands #

  • list - List units currently managed by quad-ops
  • show - Show the contents of a quadlet unit

Global Options #

OptionShortDescription
--config-cPath to configuration file
--verbose-vEnable verbose output

Unit Types #

The following unit types are supported:

TypeDescription
containerPodman container units
volumePodman volume units
networkPodman network units
imagePodman image units
allAll unit types
  • sync - Synchronize repositories to create units
  • up - Start container units
  • down - Stop container units
  • config - Validate configuration

See Also #