awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Headless amplify video get-info #300

Closed conorw closed 2 years ago

conorw commented 2 years ago

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