diff --git a/utils/cliutils/commandsflags.go b/utils/cliutils/commandsflags.go index baad61109..9a3fe4311 100644 --- a/utils/cliutils/commandsflags.go +++ b/utils/cliutils/commandsflags.go @@ -2097,7 +2097,7 @@ var commandFlags = map[string][]string{ branch, repository, serverId, }, Setup: { - serverId, url, user, password, accessToken, Project, setupRepo, + serverId, url, user, password, accessToken, sshPassphrase, sshKeyPath, ClientCertPath, ClientCertKeyPath, Project, setupRepo, }, }