#Error unknown command do for dagger (version 0.3.6)

1 messages · Page 1 of 1 (latest)

cyan quartz
#

Hi there!
It seems that the "do" command has stopped working in the 0.3.6 environment released today.
How should I change it? Or is there an upgrade guide?


this is the script we are using now.

Github Actions yml

- name: dagger run rubocop
  uses: dagger/dagger-for-github@v3
  with:
    cmds: do rubocop

CUE

rubocop: {
  run: bash.#Run & {
    input: deps.output
    workdir: "/srv"
    script: contents: #"""
      rubocop
      """#
  }
}
wanton anchor
#

hey @cyan quartz! we released a new CLI today which has some breaking changes and seems like we missed the github action. If you add a version (https://github.com/dagger/dagger-for-github#inputs) to your action with v0.2.36 I think that should fix your problem 🙏

#

our apologies for the inconveniences

cyan quartz
#

hey @wanton anchor !
Thanks, fixed now! 😄

I'm hoping to upgrade sometime soon.
Can I see the breaking changes and upgrade guide?

flat nacelle
wanton anchor