Skip to content

v0.2.0

Latest

Choose a tag to compare

@JayJamieson JayJamieson released this 11 Dec 23:12
· 1 commit to main since this release
ff202a4

What's Changed

You can now run/test your cobra lambda cli in the following ways:

  • cldebug ./lambda arg1 --flag1
    • Assuming you've built your Lamba entry point with -o lambda output name.
  • cldebug --go-run ./path/to/main.go arg1 --flag1

Full Changelog: v0.1.1...v0.2.0