Skip to content

CLI Builder

nbx cli --help

nbx cli --help
nbx cli --help
 Usage: nbx cli [OPTIONS] COMMAND [ARGS]...                                     

 CLI utilities: interactive command builder and helpers.                        

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ tui  Launch the interactive CLI command builder TUI.                         │
╰──────────────────────────────────────────────────────────────────────────────╯

exit 0 3.407s


nbx cli tui --help

nbx cli tui --help
nbx cli tui --help
 Usage: nbx cli tui [OPTIONS]                                                   

 Launch the interactive CLI command builder TUI.                                

 Presents a navigable menu tree (group → resource → action) that                
 progressively builds an ``nbx`` command, then executes it and                  
 shows the output — all without leaving the terminal.                           

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯

exit 0 3.402s


nbx demo cli --help

nbx demo cli --help
nbx demo cli --help
 Usage: nbx demo cli [OPTIONS] COMMAND [ARGS]...                                

 CLI builder tools against the demo.netbox.dev profile.                         

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ tui  Launch the interactive CLI command builder against the demo profile.    │
╰──────────────────────────────────────────────────────────────────────────────╯

exit 0 3.666s


nbx demo cli tui --help

nbx demo cli tui --help
nbx demo cli tui --help
 Usage: nbx demo cli tui [OPTIONS]                                              

 Launch the interactive CLI command builder against the demo profile.           

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --theme          Theme selector. Use '--theme' to list available themes or   │
│                  '--theme <name>' to launch with one.                        │
│ --help           Show this message and exit.                                 │
╰──────────────────────────────────────────────────────────────────────────────╯

exit 0 3.400s


nbx demo cli tui --theme

nbx demo cli tui --theme
nbx demo cli tui --theme
Available themes:
- dracula
- netbox-dark
- netbox-light
- onedark-pro
- tokyo-night

exit 0 3.582s