sdskit / sdscli

Command line interface to SDSKit
Apache License 2.0
0 stars 8 forks source link

HC-414: Capability to de-couple dependency images from SDS Package #90

Closed mcayanan closed 2 years ago

mcayanan commented 2 years ago

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.

See comments section in https://hysds-core.atlassian.net/browse/HC-414 for how this was tested.