Command Reference

Command Reference #

Complete reference for all Quad-Ops commands with detailed options, examples, and use cases.

Command Structure #

Quad-Ops follows a hierarchical command structure:

quad-ops [global-options] <command> [command-options] [arguments]

Global Options #

OptionShortDescription
--configPath to configuration file
--verbose-vEnable verbose output
--user-uRun in rootless user mode
--quadlet-dirOverride unit output directory
--repository-dirOverride git checkout directory
--help-hShow help information

Available Commands #

Command-Specific Help #

# Help for any command
quad-ops <command> --help

# Examples
quad-ops sync --help
quad-ops unit list --help

Core Operations #

  • sync - Synchronize repositories and deploy containers
  • daemon - Run quad-ops as a daemon with periodic synchronization
  • up - Start all or specific services
  • down - Stop and remove services
  • validate - Validate Docker Compose files and quad-ops extensions
  • update - Update quad-ops to the latest version
  • version - Show version information and check for updates

System Health #

  • doctor - Check system health and configuration

Image Management #

  • image pull - Pull container images from repositories

Unit Management #

  • unit list - List deployed units and their status
  • unit show - Display detailed unit information

Configuration #

  • config - Configuration management commands