# netbox-sdk v0.0.6

netbox-cli v0.0.6

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/netbox-sdk/releases/v0.0.6 |
| GitHub URL | https://github.com/emersonfelipesp/netbox-sdk/releases/tag/v0.0.6 |
| Tag | v0.0.6 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-03-28 02:04 UTC |
| Published | 2026-03-28 02:05 UTC |
| Target | main |
| Synced | 2026-08-26 12:46 UTC |
| Assets | 0 |

## Release notes

## 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`, and `netbox_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 `nbx` executable name remains unchanged.
- Generated documentation should be refreshed from the current checkout, not from any globally installed `nbx` binary.
- Doc generation must continue to run only against demo NetBox instances, never production.

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/netbox-sdk/zipball/v0.0.6 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/netbox-sdk/tarball/v0.0.6 |