Difference between revisions of "Copilot --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> copilot --help 👩‍✈️ Launch and manage containerized applications on AWS. Commands Getting Started 🌱 init Create a new ECS or App Runner applic...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lowercase}}
copilot  --help
+
 
👩‍✈️ Launch and manage containerized applications on AWS.
+
[[copilot]] --help
  
Commands
+
👩‍✈️ Launch and manage containerized applications on AWS.
 +
 +
Commands
 
   Getting Started 🌱
 
   Getting Started 🌱
 
     init        Create a new ECS or App Runner application.
 
     init        Create a new ECS or App Runner application.
 
     docs        Open the copilot docs.
 
     docs        Open the copilot docs.
 
+
 
   Develop ✨
 
   Develop ✨
 
     app        Commands for applications.
 
     app        Commands for applications.
 
                 Applications are a collection of services and environments.
 
                 Applications are a collection of services and environments.
 
+
 
     env        Commands for environments.
 
     env        Commands for environments.
 
                 Environments are deployment stages shared between services.
 
                 Environments are deployment stages shared between services.
 
+
 
     svc        Commands for services.
 
     svc        Commands for services.
                 Services are long-running ECS or App Runner services.
+
                 Services are long-running ECS or [[App Runner]] services.
 
+
 
     job        Commands for jobs.
 
     job        Commands for jobs.
 
                 Jobs are tasks that are triggered by events.
 
                 Jobs are tasks that are triggered by events.
 
+
 
     task        Commands for tasks.
 
     task        Commands for tasks.
 
                 One-off Amazon ECS tasks that terminate once their work is done.
 
                 One-off Amazon ECS tasks that terminate once their work is done.
 
+
<pre>
 
   Release 🚀
 
   Release 🚀
 
     pipeline    Commands for pipelines.
 
     pipeline    Commands for pipelines.
Line 50: Line 52:
  
 
== See also ==
 
== See also ==
 +
* {{aws copilot}}
 
* {{AWS Copilot}}
 
* {{AWS Copilot}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 20:12, 17 July 2023

copilot  --help
👩‍✈️ Launch and manage containerized applications on AWS.

Commands
 Getting Started 🌱
   init        Create a new ECS or App Runner application.
   docs        Open the copilot docs.

 Develop ✨
   app         Commands for applications.
               Applications are a collection of services and environments.

   env         Commands for environments.
               Environments are deployment stages shared between services.

   svc         Commands for services.
               Services are long-running ECS or App Runner services.

   job         Commands for jobs.
               Jobs are tasks that are triggered by events.

   task        Commands for tasks.
               One-off Amazon ECS tasks that terminate once their work is done.
  Release 🚀
    pipeline    Commands for pipelines.
                Continuous delivery pipelines to release services.

    deploy      Deploy a Copilot job or service.

  Extend 🧸
    storage     Commands for working with storage and databases.
    secret      Commands for secrets.
                Secrets are sensitive information that you need in your application.

  Settings ⚙️
    version     Print the version number.
    completion  Output shell completion code.

Flags
  -h, --help      help for copilot
  -v, --version   version for copilot

Examples
  Displays the help menu for the "init" command.
  `$ copilot init --help`


See also[edit]

Advertising: