-
Notifications
You must be signed in to change notification settings - Fork 172
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
release process: publish fig autocomplete spec for kargo CLI #822
Conversation
✅ Deploy Preview for docs-kargo-akuity-io canceled.
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #822 +/- ##
=======================================
Coverage 46.60% 46.60%
=======================================
Files 97 97
Lines 6799 6799
=======================================
Hits 3169 3169
Misses 3478 3478
Partials 152 152 ☔ View full report in Codecov by Sentry. |
2e50f13
to
4d90786
Compare
Signed-off-by: Kent <kent.rancourt@gmail.com>
4d90786
to
89add82
Compare
cmd.AddCommand( | ||
cobracompletefig.CreateCompletionSpecCommand( | ||
cobracompletefig.Opts{ | ||
Use: "fig", | ||
}, | ||
), | ||
) |
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.
This subcommand is hidden. It's run during the release process to generate spec.
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.
Awesome, yes I love Fig!
@rbreeze iirc, you're a Fig fan.