Skip to content

Releases: github/gh-runtime-cli

v0.0.9

03 Oct 15:28
3493bec

Choose a tag to compare

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

30 Sep 18:30
07dfb5f

Choose a tag to compare

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

02 Jul 16:53
3c59697

Choose a tag to compare

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