v0.2.51
its v0.2.51
Platforms: Windows (x64) · Linux (x64)
Quick install
Linux (drops its into ~/.local/bin):
curl -fsSL https://github.com/sling86/its-releases/releases/latest/download/install.sh | bashWindows (drops its.exe into %LOCALAPPDATA%\Programs\its and adds it to the user PATH):
irm https://github.com/sling86/its-releases/releases/latest/download/install.ps1 | iexOr download ItsSetup.exe for the Inno Setup installer.
Full asset list below. docs/ · CHANGELOG.md · LICENSE — all auto-synced into this repo on every release.
Changes
Added
its rmm clients create --name <n> [--site <s>]— create a client (TRMM
creates its first site in the same call;--sitenames it, default
Default). Idempotent.its rmm clients delete <id|name> --confirm [--move-to-site <id>]— delete
a client; if it still has agents,--move-to-sitereassigns them first (TRMM
refuses otherwise, now surfaced with a clear message).its rmm sites listnow shows a per-siteagents(agent_count) column,
sourced from/clients/(the flat sites route omits it).
Fixed
its rmm agentslist now populates the client and site columns
(and makes--client/--sitefilters work) — the list endpoint returns these
assite_name/client_name, which were not mapped, so the columns were blank.its rmm sites deletenow returns a clear message for the two expected
400s — "a client must keep ≥1 site" and "site still has agents" — instead of
the raw API error.