Skip to content

Init

proxmox init --help

Input:

proxmox init --help

Output:

 Usage: proxmox init [OPTIONS]                                                  

 Initialize CLI config for production and mock TUI usage.                       

 This command prompts for production endpoint/token information and             
 automatically creates/updates a ``mock`` profile for fake-Proxmox usage        
 without requiring any user-provided mock credentials.                          

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --profile   -p      TEXT  Profile name to create [default: default]          │
│ --service           TEXT  Service type (PVE/PMG/PBS) [default: PVE]          │
│ --force     -f            Overwrite profile without prompt                   │
│ --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.225