Show / Hide Table of Contents

List Deployment Tiers

The tier list command lists all deployment tiers with their version and showing if Core Services are enabled.

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

List all deployed modules

Using PowerShell/Bash:

lash tier list --tier Sandbox

Output:

LambdaSharp CLI (v0.8.0.4) - List all available deployment tiers

Found 8 deployment tiers

TIER             VERSION    STATUS             CORE-SERVICES
Legacy           0.7.0      UPDATE_COMPLETE    ENABLED
ProdOps          0.7.0.8    UPDATE_COMPLETE    ENABLED
Sandbox          0.8.0.4    UPDATE_COMPLETE    ENABLED

Done (finished: 6/25/2020 1:09:28 PM; duration: 00:00:01.7056558)
In This Article
Back to top Generated by DocFX