Skip to content
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: check command docs are up to date #1219

Merged
merged 2 commits into from
Aug 28, 2023
Merged

feat: check command docs are up to date #1219

merged 2 commits into from
Aug 28, 2023

Conversation

gotbadger
Copy link
Contributor

Description

In #414 we identifed that sometimes we forget to generate command data files for the docs. Considering we dont want to add go as a build dependancy this seems like the best option to make sure the command data files stay up to date.

Related

closes #414

Checklist

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.
  • I've included usage information in the description if CLI behavior was updated or added.
  • PR title follows Conventional Commits format

Copy link
Contributor

@elsapet elsapet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@gotbadger gotbadger force-pushed the ci/docgen-check branch 5 times, most recently from 9e93c51 to de59aa8 Compare August 28, 2023 10:05
@gotbadger gotbadger force-pushed the ci/docgen-check branch 2 times, most recently from b1e9508 to 3d4fdf9 Compare August 28, 2023 10:13
@gotbadger gotbadger merged commit 7d3a1b4 into main Aug 28, 2023
8 checks passed
@gotbadger gotbadger deleted the ci/docgen-check branch August 28, 2023 10:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve command docs generation
2 participants