[#131] authmate: Add issue-secret cobra cmd

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-06-23 16:10:43 +03:00
parent 0cd353707a
commit 043447600e
3 changed files with 321 additions and 0 deletions

View file

@ -53,4 +53,7 @@ func init() {
{{printf "Version: %s" .Version }}
GoVersion: {{ runtimeVersion }}
`)
rootCmd.AddCommand(issueSecretCmd)
initIssueSecretCmd()
}