[#131] authmate: Add generate-presigned-url cobra cmd

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

View file

@ -59,4 +59,7 @@ GoVersion: {{ runtimeVersion }}
rootCmd.AddCommand(obtainSecretCmd)
initObtainSecretCmd()
rootCmd.AddCommand(generatePresignedURLCmd)
initGeneratePresignedURLCmd()
}