golioth / setup-goliothctl

GitHub for goliothctl (Golioth CLI)
Apache License 2.0
2 stars 0 forks source link

Add `goliothctl` commands #1

Open beriberikix opened 1 year ago

beriberikix commented 1 year ago

In Slack @sam-golioth had the following suggestion:

_It would be great to wrap the other goliothctl commands into GitHub Actions too instead of shelling out. E.g. instead of golitothctl dfu artifact create esp-air-quality-monitor.bin --version ${{ steps.get_version.outputs.version-without-v }} we could have something that feels more native like:_

- uses: goliothlabs/create-artifact@main
  with:
    file: esp-air-quality-monitor.bin
    version: ${{ steps.get_version.outputs.version-without-v }}

What other commands would be useful in this context?

beriberikix commented 1 year ago

From an automated testing perspective:

beriberikix commented 1 year ago

Experimenting over at https://github.com/beriberikix/create-resources