File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ function usage {
34
34
echo " -i Used to specify the customer build container image."
35
35
echo " -a Used to specify an artifact output directory."
36
36
echo " Options:"
37
- echo " -l Used to override the default local agent image."
38
- echo " -s Used to specify a source directory. Defaults to the current working directory."
37
+ echo " -l IMAGE Used to override the default local agent image."
38
+ echo " -s DIR Used to specify a source directory. Defaults to the current working directory."
39
39
echo " -c Use the AWS configuration and credentials from your local host. This includes ~/.aws and any AWS_* environment variables."
40
- echo " -b Used to specify a buildspec override file. Defaults to buildspec.yml in the source directory."
41
- echo " -e Used to specify a file containing environment variables."
40
+ echo " -b FILE Used to specify a buildspec override file. Defaults to buildspec.yml in the source directory."
42
41
echo " -m Used to mount the source directory to the customer build container directly."
43
- echo " Environment variable file format:"
44
- echo " * Expects each line to be in VAR=VAL format"
42
+ echo " -e FILE Used to specify a file containing environment variables."
43
+ echo " (-e) File format expectations:"
44
+ echo " * Each line is in VAR=VAL format"
45
45
echo " * Lines beginning with # are processed as comments and ignored"
46
46
echo " * Blank lines are ignored"
47
47
echo " * File can be of type .env or .txt"
@@ -162,4 +162,4 @@ echo ""
162
162
echo $exposed_command
163
163
echo " "
164
164
165
- eval $docker_command
165
+ eval $docker_command
You can’t perform that action at this time.
0 commit comments