From 1a60f84607fcec06ec4ef32cc1bbbffb06a03e9b Mon Sep 17 00:00:00 2001 From: Tetsuya Kikuchi <97105818+t-kikuc@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:39:48 +0900 Subject: [PATCH] [doc] Add links to `pipectl init` from the pages of configuring ECS/K8s App (#4802) * Add link to pipectl init from the page of configuring ECS app Signed-off-by: t-kikuc * Add link to pipectl init from the page of configuring Kubernetes app Signed-off-by: t-kikuc * Fix the title to 'Note' Signed-off-by: t-kikuc --------- Signed-off-by: t-kikuc --- .../managing-application/defining-app-configuration/ecs.md | 5 +++++ .../defining-app-configuration/kubernetes.md | 5 +++++ .../managing-application/defining-app-configuration/ecs.md | 5 +++++ .../defining-app-configuration/kubernetes.md | 5 +++++ 4 files changed, 20 insertions(+) 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.