mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-30 07:08:51 +00:00
Add links to status docs in flux debug commands
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
9b1b5e8a51
commit
928ea24bcb
4 changed files with 12 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ func debugHelmReleaseCmdRun(cmd *cobra.Command, args []string) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
rootCmd.Println("# Status documentation: https://fluxcd.io/flux/components/helm/helmreleases/#helmrelease-status")
|
||||
rootCmd.Print(string(status))
|
||||
if debugHelmReleaseArgs.showValues {
|
||||
rootCmd.Println("---")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue