Description
Currently sam deploy supports the --resolve-image-repos argument to automatically create and delete ECR repositories as needed, which works great! However, the sam package command does not seem to support this argument yet, as when I try to run sam package --resolve-s3 --resolve-image-repos it throws me
Usage: sam package [OPTIONS]
Try 'sam package -h' for help.
Error: no such option: --resolve-image-repos
but then when I leave away the --resolve-image-repos argument, it throws me:
Usage: sam package [OPTIONS]
Try 'sam package -h' for help.
Error: Missing option '--image-repository', '--image-repositories', or '--resolve-image-repos'
Proposal
Please add support for the --resolve-image-repos argument to the package command.
Description
Currently
sam deploysupports the--resolve-image-reposargument to automatically create and delete ECR repositories as needed, which works great! However, thesam packagecommand does not seem to support this argument yet, as when I try to runsam package --resolve-s3 --resolve-image-reposit throws mebut then when I leave away the
--resolve-image-reposargument, it throws me:Proposal
Please add support for the
--resolve-image-reposargument to thepackagecommand.