1
0
mirror of synced 2026-03-18 17:06:56 +00:00

Merge pull request #2159 from fluxcd/trace-short-styling

This commit is contained in:
Hidde Beydals
2021-12-09 18:23:53 +01:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ import (
var traceCmd = &cobra.Command{ var traceCmd = &cobra.Command{
Use: "trace [name]", Use: "trace [name]",
Short: "trace an in-cluster object throughout the GitOps delivery pipeline", Short: "Trace an in-cluster object throughout the GitOps delivery pipeline",
Long: `The trace command shows how an object is managed by Flux, Long: `The trace command shows how an object is managed by Flux,
from which source and revision it comes, and what's the latest reconciliation status.'`, from which source and revision it comes, and what's the latest reconciliation status.'`,
Example: ` # Trace a Kubernetes Deployment Example: ` # Trace a Kubernetes Deployment