-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typo, service name, and consistency updates
Corrected service names, fixed various typos, and used consistent indenting for all sample commands and snippets to make them easier to copy. Clarified where to place custom resources in CDK project.
- Loading branch information
1 parent
85cd503
commit 92ba3c5
Showing
23 changed files
with
470 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# delete-deployment command | ||
|
||
### Usage | ||
dotnet aws delete-deployment - Tears down the application stack. | ||
|
||
`dotnet aws delete-deployment` - Tears down the application stack. | ||
|
||
### Synopsis | ||
dotnet aws delete-deployment <APPLICATION-NAME> [-d|--diagnostics] [-s|--silent] [--profile <PROFILE>] [--region <REGION>] [-?|-h|--help] | ||
|
||
``` | ||
dotnet aws delete-deployment <APPLICATION-NAME> [-d|--diagnostics] [-s|--silent] [--profile <PROFILE>] [--region <REGION>] [-?|-h|--help] | ||
``` | ||
### Description | ||
Tears down the application stack. | ||
|
||
### Examples | ||
|
||
dotnet aws delete-deployment MY_APPLICATION --region us-west-2 | ||
``` | ||
dotnet aws delete-deployment MY_APPLICATION --region us-west-2 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# list-deployments command | ||
|
||
### Usage | ||
dotnet aws list-deployments - Lists available cloud applications that were deployed using AWS Deploy Tool | ||
|
||
`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] | ||
|
||
``` | ||
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 | ||
|
||
``` | ||
dotnet aws list-deployments --region us-west-2 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.