@mpyw/suve
v1.9.2
Published
Git-like CLI/TUI/GUI for multi-cloud secret and parameter management across AWS, Google Cloud, and Azure
Downloads
2,706
Maintainers
Readme
suve
Secret Unified Versioning Explorer — a Git-like CLI for multi-cloud secret and parameter management across AWS (Parameter Store + Secrets Manager), Google Cloud (Secret Manager), and Azure (Key Vault + App Configuration).
Install
npm install -g @mpyw/suve
# or run without installing
npx @mpyw/suve --versionAfter install the command is just suve (the package name is scoped, the
binary is not).
The right prebuilt binary for your platform is installed automatically as an
optional dependency (@mpyw/suve-<os>-<cpu>). No build step, no network fetch
at install time beyond the npm registry.
A network-free postinstall step then points the suve command straight at the
native binary, so it runs without a wrapping node process (on macOS/Linux).
If install scripts are disabled (--ignore-scripts) or you're on Windows, a
tiny Node launcher transparently forwards to the binary instead — same result,
one extra process.
Supported platforms
| OS | Architectures | Build | | --- | --- | --- | | macOS | x64, arm64 | CLI/TUI + desktop GUI (self-contained) | | Windows | x64, arm64 | CLI/TUI + desktop GUI (self-contained) | | Linux | x64, arm64 | CLI/TUI-only (static, no GTK/WebKit dependency) |
Note: The npm package for Linux ships the dependency-free CLI/TUI-only build, so
--gui(the desktop GUI) is not available there — use a package manager or the.deb/.rpmfor the GUI on Linux. The keyboard-driven--tuiworks on every platform.
Usage
suve --helpSee the full documentation for commands, revision syntax, and the staging workflow.
License
MIT © mpyw
