-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/packagesam package commandsam package commandcontributors/good-first-issueGood first issue for a contributorGood first issue for a contributortype/featureFeature requestFeature request
Description
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-reposbut 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.
john-holden-1, wfowlks, GabeL7r, mk0sojo, svadrevu and 9 more
Metadata
Metadata
Assignees
Labels
area/packagesam package commandsam package commandcontributors/good-first-issueGood first issue for a contributorGood first issue for a contributortype/featureFeature requestFeature request