[ ~/netbox-sdk/releases/v0.0.6 ]tty0
emerson@netdevops:~/netbox-sdk$ gh release view v0.0.6 --repo emersonfelipesp/netbox-sdk
back to releases / back to project
netbox-cli v0.0.6
tag=v0.0.6state=stablepublished=2026-03-28synced=2026-05-07 07:04 UTC
- author
- emersonfelipesp
- created
- 2026-03-28 02:04 UTC
- target
- main
- downloads
- 0
emerson@netdevops:~/netbox-sdk$ cat RELEASE_NOTES.md
Highlights
This release promotes the project's SDK-first direction while keeping the existing nbx command surface intact.
- Reorganized the codebase and documentation around clear package boundaries for
netbox_sdk,netbox_cli, andnetbox_tui. - Rebranded user-facing docs and help output from the old NetBox CLI naming to NetBox SDK where appropriate.
- Refactored doc generation so captured reference output is split cleanly between CLI command output and TUI launch/help output.
- Restricted docgen to demo-only NetBox usage and aligned generated command examples with the
nbx demo ...form.
Included Changes Since v0.0.5
Architecture and Packaging
- Refactored runtime and command module layering to better separate SDK, CLI, and TUI responsibilities.
- Improved internal app runtime structure and documentation alignment with the current package layout.
Documentation and Docgen
- Reorganized MkDocs navigation into dedicated SDK, CLI, and TUI sections.
- Refactored command-capture generation around CLI and TUI surfaces.
- Updated generated reference output so CLI captures and TUI launch examples are published separately.
- Tightened release-title conventions and post-merge documentation behavior.
CI and Reliability
- Fixed post-merge validation and test behavior around version-branch merges.
- Corrected the CLI Builder copy output expectation used in automated tests.
- Applied formatting and cleanup needed to keep CI green.
Upgrade Notes
- Package version is now
0.0.6. - The
nbxexecutable name remains unchanged. - Generated documentation should be refreshed from the current checkout, not from any globally installed
nbxbinary. - Doc generation must continue to run only against demo NetBox instances, never production.
emerson@netdevops:~/netbox-sdk$ gh release download --pattern '*'