Skip to content

Conversation

dearchap
Copy link
Contributor

What type of PR is this?

(REQUIRED)

  • feature

What this PR does / why we need it:

(REQUIRED)

Allows us to have a starting point for a framework for exporting cli to JSON.

Which issue(s) this PR fixes:

(REQUIRED)

Fixes #1607

Special notes for your reviewer:

(fill-in or delete this section)

Testing

(fill-in or delete this section)

Added a new test case TestJSONExportCommand which shows that the entire command graph can be exported to JSON.

Release Notes

(REQUIRED)

Once a root command is constructed. json.Marshal can be used to export the command graph to a string of bytes. This can be piped to a template rendering tool such as [tpl](https://github.com/bluebrown/go-template-cli)  along with a template file to render markdown/man pages. 

@dearchap dearchap requested a review from a team as a code owner December 28, 2023 21:15
Copy link

👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.

Note:

Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system.


Co-authored-by: Dan Buch <dan@meatballhat.com>
@dearchap dearchap merged commit 2b85f72 into urfave:main Dec 29, 2023
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.

ToJSON or JSON format for import/export of CLI options
2 participants