Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit dec6af4

Browse files
asahasrabuddheclareliguori
authored andcommitted
Additional params for publish layer version api (#10)
Add license and description options while publishing layers
1 parent 90056a8 commit dec6af4

File tree

5 files changed

+472
-29
lines changed

5 files changed

+472
-29
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ USAGE:
2929
img2lambda [options]
3030
3131
GLOBAL OPTIONS:
32-
--image value, -i value Name of the source container image. For example, 'my-docker-image:latest'
32+
--image value, -i value Name of the source container image. For example, 'my-docker-image:latest'. The Docker image must be pulled locally already.
3333
--region value, -r value AWS region (default: "us-east-1")
3434
--output-directory value, -o value Destination directory for command output (default: "./output")
3535
--layer-namespace value, -n value Prefix for the layers published to Lambda (default: "img2lambda")
3636
--dry-run, -d Conduct a dry-run: Repackage the image, but only write the Lambda layers to local disk (do not publish to Lambda)
37+
--description value, --desc value The description of this layer version
38+
--license-info value, -l value The layer's software license. It can be an SPDX license identifier, the URL of the license hosted on the internet, or the full text of the license
39+
3740
--help, -h show help
3841
```
3942

0 commit comments

Comments
 (0)