v0.2.46
its v0.2.46
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 dokploy environments— manage a project's environment-level shared
env vars (the${{project.VAR}}model), alongside the existing app-level
its dokploy env:its dokploy environments <projectId>— list environments (id, name,
default, shared-var count).its dokploy environments env <environmentId>— show shared vars; keys
visible, values redacted unless--show-values.its dokploy environments push|pull <environmentId> -f <file>— upload /
download the shared env file.its dokploy environments set <environmentId> KEY=value …— set single vars.