-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add get actions, builds, deploy cmd and update get runs, tests cmd #4449
Conversation
5584367
to
c079a6e
Compare
@shumailxyz if you request review on a wip branch I don't really know if it should we reviewed yet and I get emails about new commits. |
@Orzelius My bad. I thought i had removed all reviewers. |
@garden-io/core I'd like to request a pre-review of the WIP PR. Still need to add tests and |
7b7f84a
to
3b0a11c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's a few comments, hope they help. I take that the get deploy command is still under construction so I didn't dig in too deep, but it definitely should reuse more code from the get actions command.
Co-authored-by: Orzelius <[email protected]>
225fa4a
to
2b0592d
Compare
2b0592d
to
a8f9775
Compare
33f7a02
to
a8f9775
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a bit too much of repetition but other than that well done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing such a nice feature! 👍
I've left a few comments, please check :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🚀
What this PR does / why we need it:
Adds following commands:
get actions
get deploys
get builds
Updates following commands:
get tests
get runs
Which issue(s) this PR fixes:
Fixes #4218
Special notes for your reviewer:
There are breaking changes because the
get tests
andget runs
commands now behave similar to the get actions command and have different output now.However, if we want to avoid these breaking changes, i can revert changes to get tests & runs command.