Skip to content

Commit c266a27

Browse files
committed
Add disable command to root
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c5ccf1a commit c266a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ https://github.com/self-actuated/actuated-cli
5050
root.AddCommand(makeIncreases())
5151

5252
root.AddCommand(makeSSH())
53+
root.AddCommand(makeDisable())
5354

5455
root.AddCommand(makeAuth())
5556
root.AddCommand(MakeVersion())

0 commit comments

Comments
 (0)