Headless amplify video get-info
conorw opened this issue · 0 comments
conorw commented
Is your feature request related to a problem? Please describe.
Currently, I cannot use CICD to generate the aws-video-exports.js file as part of a CICD process.
My CICD amplify init scripts generate the aws-exports.js file, but the video exports are not generated.
Being able to call "amplify video get-info" would solve this, but it cannot be done headlessly (as part of a CICD process).
Describe the solution you'd like
Being able to call "amplify video get-info -p myproject" to generate the export file for the chosen project without being shown the prompt.
Describe alternatives you've considered
Additional context