goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
20 stars 24 forks source link

CLI Documentation #49

Open Vad1mo opened 2 weeks ago

Vad1mo commented 2 weeks ago

We need to create and build some sort of documentation regarding the CLI and its basic and advances usage.

Ideally something that can used on the CLI but also in the online form in Markdown.

criticic commented 2 weeks ago

For many command-line users, one of the most used documentation, is the software's manpage, we can use a library like go-md2man, to convert our markdown documentations to man format.

bupd commented 1 week ago

We can use cobra/doc to automate docs generation in markdown and man for cli.