$ pipenv shell
$ pip install netbox-manager
$ ansible-galaxy collection install -r requirements.yml
$ pipenv shell
$ netbox-manager --help
Usage: netbox-manager [OPTIONS]
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────╮
│ --limit TEXT Limit files by prefix [default: None] │
│ --skipdtl --no-skipdtl Skip devicetype library [default: no-skipdtl] │
│ --skipmtl --no-skipmtl Skip moduletype library [default: no-skipmtl] │
│ --skipres --no-skipres Skip resources [default: no-skipres] │
│ --wait --no-wait Wait for NetBox service [default: wait] │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────╯