You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we generate the Notation CLI reference doc with Cobra on a local machine, then publish it to the website and maintain it per release manually. This process is not a sustainable way to maintain the CLI reference doc because there is so much manual maintenance work per new release.
What solution do you propose?
It would be efficient to update the CLI reference docs automatically by a GitHub bot with a GitHub Actions workflow. I have seen other CLI projects like minder has the workflow to automate this process.
What alternatives have you considered?
N/A
Any additional context?
No response
The text was updated successfully, but these errors were encountered:
Question: So the expectation is to create a PR in the above repo (notaryproject.dev) with updated docs every time there's a change in the commands in this repo?
I had a look at the sample workflow you linked, planning to implement those changes
Is your feature request related to a problem?
Currently, we generate the Notation CLI reference doc with Cobra on a local machine, then publish it to the website and maintain it per release manually. This process is not a sustainable way to maintain the CLI reference doc because there is so much manual maintenance work per new release.
What solution do you propose?
It would be efficient to update the CLI reference docs automatically by a GitHub bot with a GitHub Actions workflow. I have seen other CLI projects like minder has the workflow to automate this process.
What alternatives have you considered?
N/A
Any additional context?
No response
The text was updated successfully, but these errors were encountered: