Releases: github/gh-runtime-cli
Releases · github/gh-runtime-cli
v0.0.9
What's Changed
- Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.2 by @dependabot[bot] in #15
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #14
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Add runtime configuration support for deploy and get commands (#17) Allows using `-c` to read app name from config file instead of requiring a `--app` param
Better Error Handling
Add Exit 1 on Deploy Failures (#8) For item: https://github.com/github/spark/issues/816. Exit on deploy failures so the error is propagated. The deploy script has `set e` so it'll exit 1 if the cli command fails and show an error in the UI on deployment