Django Models Browser¶
nbx dev django-model tui --help¶
Usage: nbx dev django-model tui [OPTIONS]
Launch the Django Model Inspector TUI.
Automatically builds the model cache if it doesn't exist.
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --theme -t TEXT Theme name (e.g. netbox-dark, dracula). │
│ --netbox-root -n PATH Path to the NetBox Django project root │
│ (auto-builds if cache missing). │
│ [default: /root/nms/netbox/netbox] │
│ --cache-path -o PATH Path to a specific model graph JSON file. │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
exit 0 3.563s
nbx demo dev django-model tui --help¶
Usage: nbx demo dev django-model tui [OPTIONS]
Launch the Django Model Inspector TUI.
Automatically builds the model cache if it doesn't exist.
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --theme -t TEXT Theme name (e.g. netbox-dark, dracula). │
│ --netbox-root -n PATH Path to the NetBox Django project root │
│ (auto-builds if cache missing). │
│ [default: /root/nms/netbox/netbox] │
│ --cache-path -o PATH Path to a specific model graph JSON file. │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
exit 0 3.840s