show

unit show #

Show the contents of a quadlet unit.

Synopsis #

quad-ops unit show <unit-name>

Description #

The show subcommand displays the contents of a specific quadlet unit file. This is useful for inspecting the configuration of units managed by quad-ops.

Arguments #

ArgumentDescription
unit-nameName of the unit to display

Examples #

# Show container unit contents
quad-ops unit show myapp-web

# Show volume unit contents  
quad-ops unit show myapp-data

# Show network unit contents
quad-ops unit show myapp-network

Global Options #

OptionShortDescription
--config-cPath to configuration file
--verbose-vEnable verbose output
  • list - List units currently managed by quad-ops
  • sync - Synchronize repositories to create units
  • up - Start container units
  • down - Stop container units