copilot pipeline override
$ copilot pipeline override
コマンドの概要
Pipeline の Infrastructure-as-Code (IaC) 拡張ファイルのスキャフォルドです。 生成されたファイルを利用して、 Copilot が生成した AWS CloudFormation テンプレートを拡張し、オーバーライドできます。 このファイルを編集し、既存リソースのプロパティを変更できます。また、 Environment のテンプレートの削除や新規リソースの追加ができます。
詳細説明
オーバライドについて、より詳細について確認したい場合はYAML パッチ や、 AWS Cloud Development Kitを確認してください。
フラグ
-a, --app string Name of the application.
--cdk-language string Optional. The Cloud Development Kit language. (default "typescript")
-h, --help Help for override
-n, --name string Name of the pipeline.
--skip-resources Optional. Skip asking for which resources to override and generate empty IaC extension files.
--tool string Infrastructure as Code tool to override a template.
Must be one of: "cdk" or "yamlpatch".
実行例
"myrepo-main" Pipeline テンプレートをオーバライドするために、新しい Cloud Development Kit アプリケーションを作成します。
$ copilot pipeline override -n myrepo-main --tool cdk