diff --git a/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/ecs.md b/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/ecs.md index 523d93837f..441f923a51 100644 --- a/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/ecs.md +++ b/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/ecs.md @@ -19,6 +19,11 @@ To deploy your application to run continuously or to place it behind a load bala If you're not familiar with ECS, you can get examples for those files from [here](../../../../examples/#ecs-applications). +Note: + +You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml). + + ## Quick sync By default, when the [pipeline](../../../configuration-reference/#ecs-application) was not specified, PipeCD triggers a quick sync deployment for the merged pull request. diff --git a/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/kubernetes.md b/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/kubernetes.md index 0b744bc102..8669874db1 100644 --- a/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/kubernetes.md +++ b/docs/content/en/docs-dev/user-guide/managing-application/defining-app-configuration/kubernetes.md @@ -8,6 +8,11 @@ description: > Based on the application configuration and the pull request changes, PipeCD plans how to execute the deployment: doing quick sync or doing progressive sync with the specified pipeline. +Note: + +You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml). + + ## Quick sync Quick sync is a fast way to sync application to the state specified in the target Git commit without any progressive strategy. It just applies all the defined manifiests to sync the application. diff --git a/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/ecs.md b/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/ecs.md index 523d93837f..441f923a51 100644 --- a/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/ecs.md +++ b/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/ecs.md @@ -19,6 +19,11 @@ To deploy your application to run continuously or to place it behind a load bala If you're not familiar with ECS, you can get examples for those files from [here](../../../../examples/#ecs-applications). +Note: + +You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml). + + ## Quick sync By default, when the [pipeline](../../../configuration-reference/#ecs-application) was not specified, PipeCD triggers a quick sync deployment for the merged pull request. diff --git a/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/kubernetes.md b/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/kubernetes.md index 0b744bc102..8669874db1 100644 --- a/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/kubernetes.md +++ b/docs/content/en/docs-v0.46.x/user-guide/managing-application/defining-app-configuration/kubernetes.md @@ -8,6 +8,11 @@ description: > Based on the application configuration and the pull request changes, PipeCD plans how to execute the deployment: doing quick sync or doing progressive sync with the specified pipeline. +Note: + +You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml). + + ## Quick sync Quick sync is a fast way to sync application to the state specified in the target Git commit without any progressive strategy. It just applies all the defined manifiests to sync the application.