FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

aws-cli/awscli/examples/deploy/create-application.rst at develop · ProGamerCode/aws-cli · GitHub

forked from aws/aws-cli

Latest commit

 

History

History
13 lines (8 loc) · 270 Bytes

File metadata and controls

13 lines (8 loc) · 270 Bytes

To create an application

This example creates an application and associates it with the user's AWS account.

Command:

aws deploy create-application --application-name MyOther_App

Output:

{
    "applicationId": "cfd3e1f1-5744-4aee-9251-eaa25EXAMPLE"
}

Back | FazBrowse Home | New Git URL