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

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-06-23 16:12:18 +03:00
parent 3927223bb0
commit c588d485fa
2 changed files with 111 additions and 0 deletions

View file

@ -62,4 +62,7 @@ GoVersion: {{ runtimeVersion }}
rootCmd.AddCommand(generatePresignedURLCmd)
initGeneratePresignedURLCmd()
rootCmd.AddCommand(updateSecretCmd)
initUpdateSecretCmd()
}