Show / Hide Table of Contents

Show processed YAML parameters file

The util show-parameters command is used to process a YAML parameters file and show the produced outcome. This command is useful in testing the correctness of the parameters file.

Options

--tier|-T <NAME>

(optional) Name of deployment tier (default: LAMBDASHARP_TIER environment variable)

--aws-profile|-P <NAME>

(optional) Use a specific AWS profile from the AWS credentials file

--aws-region <NAME>

(optional) Use a specific AWS region (default: read from AWS profile)

--verbose|-V[:<LEVEL>]

(optional) Show verbose output (0=Quiet, 1=Normal, 2=Detailed, 3=Exceptions; Normal if LEVEL is omitted)

--no-ansi

(optional) Disable colored ANSI terminal output

--quiet

(optional) Don't show banner or execution time

--no-beep

(optional) Don't emit beep when finished

Examples

Process a YAML parameters file and show the outcome

Using PowerShell/Bash:

lash util show-lambdas myVpcParameters.yml

Output:

LambdaSharp CLI (v0.8.0.4) - Show Processed YAML Parameters File

VpcId: vpc-12345678
VpcLambdaSubnets: subnet-12345678,subnet-23456789
VpcSecurityGroup: sg-12345678

Done (finished: 6/29/2020 9:59:27 PM; duration: 00:00:01.0395664)
In This Article
Back to top Generated by DocFX