argonaut-cli
v2.0.6
Published
Argonaut CLI (Go binary via per-platform npm packages)
Readme
Argonaut is no longer available in NPM as of v2.0.0
Please use one of the alternate installation options:
curl -sSL https://raw.githubusercontent.com/darksworm/argonaut/main/install.sh | shThe install script automatically detects your system (including musl vs glibc on Linux) and downloads the appropriate binary from the latest release.
You can also install a specific version:
curl -sSL https://raw.githubusercontent.com/darksworm/argonaut/main/install.sh | sh -s -- v1.13.0brew tap darksworm/homebrew-tap
brew install darksworm/tap/argonautyay -S argonaut-binPull the image:
docker pull ghcr.io/darksworm/argonaut:latestRun with mounted Argo CD config:
docker run -it --rm \
-v ~/.config/argocd:/root/.config/argocd:ro \
ghcr.io/darksworm/argonaut:latestThe container needs access to your Argo CD configuration for authentication. The :ro flag mounts it as read-only for security.
You can download binaries and packages in from the latest release.
If for some reason you still want to use the NPM package, you can install v1.16.0 (the last version published to NPM) with:
npm install -g [email protected]