Releases: Kong/volcano-cli
Releases · Kong/volcano-cli
v0.0.4-nightly.20260620.1
Latest nightly build: v0.0.4-nightly.20260620.1
Commit: 9d0c365
v0.0.3
What's Changed
- chore(repo): add pull request template by @tkkhq in #2
- refactor(cli): flip local and cloud command namespaces by @tkkhq in #6
- fix(e2e): target cloud commands in API smoke tests by @swkeever in #7
- fix(cli): make bare volcano init produce base-only scaffold by @tkkhq in #9
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
Initial public release of the Volcano CLI — the command-line client for
Kong's Volcano hosting platform.
Highlights
volcano initscaffolds projects from starter templates (nextjs,
js,python,ruby).volcano startruns the local development loop.volcano local {variables,functions,config,migrations} deploypushes
local changes to a Volcano environment.volcano projectsmanages hosted projects.- Built-in update check and
volcano upgradecommand.
Install
curl -fsSL https://github.com/Kong/volcano-cli/releases/latest/download/install.sh | bashOr download a binary directly from the assets below. Builds are provided for linux/macos/windows on amd64 and arm64.
Verifying artifacts
All binaries and install.sh are signed with Sigstore cosign. Each asset ships with a matching *.sigstore.json bundle, and SHA256SUMS lists checksums for every file.
cosign verify-blob volcano-linux-amd64 \
--bundle volcano-linux-amd64.sigstore.json \
--certificate-identity
"https://github.com/Kong/volcano-cli/.github/workflows/publish-cli.yml@refs/tags/v0.0.1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"