Skip to content

Commit 1e0475c

Browse files
authored
docs: update overview to mention pipeline manifest (#5831)
Add pipeline related documentation in the overview By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent 28e656c commit 1e0475c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Manifest
22

3-
The AWS Copilot CLI manifest describes a service's, a job's or an environment's architecture as infrastructure-as-code.
3+
The AWS Copilot CLI manifest describes a service's, a job's, a pipeline's or an environment's architecture as infrastructure-as-code.
44

5-
It is a file generated from `copilot init`, `copilot svc init`, `copilot job init`, or `copilot env init` that gets converted to an AWS CloudFormation template.
6-
Unlike raw CloudFormation templates, the manifest allows you to focus on the most common settings for the _architecture_ of your service, job or environment, and not the individual resources.
5+
It is a file generated from `copilot init`, `copilot svc init`, `copilot job init`, `copilot pipeline init`, or `copilot env init` that gets converted to an AWS CloudFormation template.
6+
Unlike raw CloudFormation templates, the manifest allows you to focus on the most common settings for the _architecture_ of your service, job, pipeline or environment, and not the individual resources.
77

8-
Manifest files are stored under `copilot/<your service, job, or environment name>/manifest.yml`.
8+
Manifest files are stored under `copilot/<your service, job, or environment name>/manifest.yml` or `copilot/pipelines/<your pipeline name>/manifest.yml`.

0 commit comments

Comments
 (0)