Skip to content

v0.52.2

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:53

netops-toolkit v0.52.2

📥 One-command install

curl -sSL https://raw.githubusercontent.com/plures/netops-toolkit/main/install.sh | bash

Then:

source ~/.venv/netops/bin/activate
netops-tui

Windows (no administrator rights)

Download netops-toolkit-0.52.2.zip, extract it, then run:

powershell.exe -NoProfile -ExecutionPolicy Bypass -File ".\netops-toolkit-0.52.2\install.ps1"

The installer creates a per-user virtual environment under %LOCALAPPDATA%\netops-toolkit, builds offline documentation at %LOCALAPPDATA%\netops-toolkit\docs\index.html, and adds a Start menu shortcut for netops-tui.

📥 Air-gapped / offline

tar xzf netops-toolkit-0.52.2.tar.gz
cd netops-toolkit-0.52.2
./install.sh

Requirements

  • Python >= 3.9
  • No sudo needed (installs to ~/.venv/netops)

📚 Offline documentation

The installer builds local documentation at ~/.local/share/netops-toolkit/docs/index.html on Linux and macOS. Set NETOPS_DOCS_DIR before installing to choose another user-writable location.

Full Changelog: v0.52.1...v0.52.2