From c266a270eee12e88e81b26214a577d41acc34ada Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 10 Jun 2024 15:00:56 +0100 Subject: [PATCH] Add disable command to root Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/root.go b/cmd/root.go index 37effa2..21285af 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -50,6 +50,7 @@ https://github.com/self-actuated/actuated-cli root.AddCommand(makeIncreases()) root.AddCommand(makeSSH()) + root.AddCommand(makeDisable()) root.AddCommand(makeAuth()) root.AddCommand(MakeVersion())