This PR adds a new flag to the sds pkg import and sds pkg export commands: --skip-include-dependency-images. This provides the capability of SDS CLI to not include dependency images in the SDS Package during export. For the import command, specifying this flag will cause the tool to not try and upload the dependency image to the S3 code bucket.
This PR adds a new flag to the
sds pkg import
andsds pkg export
commands:--skip-include-dependency-images
. This provides the capability of SDS CLI to not include dependency images in the SDS Package during export. For the import command, specifying this flag will cause the tool to not try and upload the dependency image to the S3 code bucket.See comments section in https://hysds-core.atlassian.net/browse/HC-414 for how this was tested.