docs: added subcommands docs page - #110
Conversation
TylerGillson
left a comment
There was a problem hiding this comment.
Thank you @karl-cardenas-coding! This is awesome and much appreciated. I regret to mention that some significant changes to these commands will be happening soon in validator-labs/validator#294.
|
@TylerGillson Thanks for the feedback. I went ahead and pushed up the changes :) |
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
|
fyi @karl-cardenas-coding tests are breaking due to the version bump enforced via @ahmad-ibra is working on the fix in a separate PR. We'll update and merge this one as soon as his changes to properly upgrade the validator version are in. |
|
@karl-cardenas-coding heads up that we'll need to wait for #115 to be merged before this PR goes in. Once the PR i linked is merged the test failures we see in CI will be addressed. Edit: @TylerGillson beat me to the explanation 🙃 |
|
All good gents 👍 |
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
## Issue Resolves #109 Resolves #98 ## Description Add `validatorctl docs` command to display supported versions of validator & validator plugins. Sample output:  Requires: - #110 --------- Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.6...v0.1.0) (2024-08-06) ### ⚠ BREAKING CHANGES * split plugin rule configuration and installation into separate commands ([#121](#121)) ### Features * add docs command; refactor to use embeddedfs pkg ([#116](#116)) ([dbe19c5](dbe19c5)) * read CA certs for network rules, add HTTPFileRules, AMIRules ([#117](#117)) ([0c4487f](0c4487f)) * support direct rule evaluation with `validator check --direct` ([#127](#127)) ([f1fb0d6](f1fb0d6)) ### Docs * added subcommands docs page ([#110](#110)) ([9fa23dc](9fa23dc)) ### Dependency Updates * **deps:** update github.com/validator-labs/validator-plugin-azure digest to ba947e3 ([#134](#134)) ([2a1058d](2a1058d)) * **deps:** update github.com/validator-labs/validator-plugin-vsphere digest to 9b1f05b ([#135](#135)) ([253f328](253f328)) ### Refactoring * remove -s flag ([#126](#126)) ([9373e02](9373e02)) * simplify helm prompts ([#115](#115)) ([8ce75a1](8ce75a1)) * split plugin rule configuration and installation into separate commands ([#121](#121)) ([6eaee77](6eaee77)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Issue
N/A
Description
This PR adds a documentation page that goes into greater detail about each subcommand.