Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 664 Bytes

File metadata and controls

38 lines (24 loc) · 664 Bytes

Commands Reference

This document lists all available top-level commands and subcommands for the program.

List All Commands

python main.py --help

Top-Level Commands and Subcommands

  • sheets

    • sheets load-data
  • backup

    • backup run
    • backup retry-failures
  • secrets

    • secrets generate-key
    • secrets generate-templates
    • secrets encrypt-templates

Viewing Command and Subcommand Options

For detailed options and descriptions for a specific command or subcommand:

# For a command:
python main.py <command> --help

# For a subcommand:
python main.py <command> <subcommand> --help