Merge "Generate user guide command links"

This commit is contained in:
Zuul 2021-05-24 21:31:46 +00:00 committed by Gerrit Code Review
commit e25b89a51f
5 changed files with 15 additions and 0 deletions

View File

@ -34,6 +34,11 @@ import (
"opendev.org/airship/airshipctl/pkg/log"
)
const longRoot = `A unified entrypoint to various airship components
Find more information at: https://docs.airshipit.org/airshipctl/
`
// RootOptions stores global flags values
type RootOptions struct {
Debug bool
@ -54,6 +59,7 @@ func NewRootCommand(out io.Writer) (*cobra.Command, *RootOptions) {
rootCmd := &cobra.Command{
Use: "airshipctl",
Short: "A unified entrypoint to various airship components",
Long: longRoot,
SilenceErrors: true,
SilenceUsage: true,
PersistentPreRun: func(cmd *cobra.Command, args []string) {

View File

@ -1,5 +1,7 @@
A unified entrypoint to various airship components
Find more information at: https://docs.airshipit.org/airshipctl/
Usage:
airshipctl [command]

View File

@ -1,2 +1,4 @@
A unified entrypoint to various airship components
Find more information at: https://docs.airshipit.org/airshipctl/

View File

@ -1,5 +1,7 @@
A unified entrypoint to various airship components
Find more information at: https://docs.airshipit.org/airshipctl/
Usage:
airshipctl [command]

View File

@ -6,6 +6,9 @@ A unified entrypoint to various airship components
A unified entrypoint to various airship components
Find more information at: https://docs.airshipit.org/airshipctl/
### Options
```