From a4cdf8f28519cf60f7afc1d60ae095e6a741f035 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 19 Jan 2021 16:26:17 +0100 Subject: [PATCH] Add /go/formatting/ redirect This URL will be referred to from the CLI to point to documentation on using Go templates to format CLI output. Signed-off-by: Sebastiaan van Stijn --- go/formatting.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go/formatting.md diff --git a/go/formatting.md b/go/formatting.md new file mode 100644 index 0000000000..e5f13ffff8 --- /dev/null +++ b/go/formatting.md @@ -0,0 +1,4 @@ +--- +description: Instructions on using Go templates to format CLI output with --format +redirect_to: /config/formatting/ +---