Skip to content

Commit

Permalink
Add disable command to root
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 10, 2024
1 parent c5ccf1a commit c266a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c266a27

Please sign in to comment.