diff --git a/site/content/docs/manifest/overview.en.md b/site/content/docs/manifest/overview.en.md index 6b67166159f..2be4e926d7a 100644 --- a/site/content/docs/manifest/overview.en.md +++ b/site/content/docs/manifest/overview.en.md @@ -1,8 +1,8 @@ # Manifest -The AWS Copilot CLI manifest describes a service's, a job's or an environment's architecture as infrastructure-as-code. +The AWS Copilot CLI manifest describes a service's, a job's, a pipeline's or an environment's architecture as infrastructure-as-code. -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. -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. +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. +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. -Manifest files are stored under `copilot//manifest.yml`. +Manifest files are stored under `copilot//manifest.yml` or `copilot/pipelines//manifest.yml`.