# list-deployments command ### Usage `dotnet aws list-deployments` - Lists available cloud applications that were deployed using AWS Deploy Tool ### Synopsis ``` dotnet new list-deployments [-d|--diagnostics] [-s|--silent] [--profile <PROFILE>] [--region <REGION>] [-?|-h|--help] ``` ### Description Lists available cloud applications that were deployed using AWS Deploy Tool. ### Examples ``` dotnet aws list-deployments --region us-west-2 ```