1
0
mirror of synced 2026-02-13 13:06:56 +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:
Stefan Prodan
2024-12-18 00:50:02 +02:00
parent 9b1b5e8a51
commit 928ea24bcb
4 changed files with 12 additions and 0 deletions

View File

@@ -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("---")