Skip to content

Config Show

proxmox config-show --help

Input:

proxmox config-show --help

Output:

 Usage: proxmox config-show [OPTIONS] [PROFILE]                                 

 Show configuration for a specific profile.                                     

 Example:                                                                       
 proxmox config-show default                                                    
 proxmox config-show staging                                                    

╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   profile      [PROFILE]  Profile name [default: default]                    │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --output    -o      TEXT  Output format (human, json, yaml, markdown, table, │
│                           text, raw)                                         │
│ --json                    Shortcut for --output json                         │
│ --yaml                    Shortcut for --output yaml                         │
│ --markdown                Shortcut for --output markdown                     │
│ --help                    Show this message and exit.                        │
╰──────────────────────────────────────────────────────────────────────────────╯

Exit code: 0 · Wall time (s): 0.218