aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/auth.go')
-rw-r--r--client/go/cmd/auth.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/go/cmd/auth.go b/client/go/cmd/auth.go
index 8f306356267..9322f8d0808 100644
--- a/client/go/cmd/auth.go
+++ b/client/go/cmd/auth.go
@@ -8,6 +8,8 @@ import (
func init() {
if vespa.Auth0AccessTokenEnabled() {
rootCmd.AddCommand(authCmd)
+ rootCmd.AddCommand(deprecatedCertCmd)
+ rootCmd.AddCommand(deprecatedApiKeyCmd)
authCmd.AddCommand(certCmd)
authCmd.AddCommand(apiKeyCmd)
authCmd.AddCommand(loginCmd)