From c43a6164b5a1c10777b1a56cec4c16dfb841a81b Mon Sep 17 00:00:00 2001 From: John Lucas Date: Mon, 23 Aug 2021 19:39:47 -0400 Subject: [PATCH] docs: Add --yes flag to svc exec docs. (#2761) Adds the --yes flag to `copilot svc exec` docs. Fixes https://github.com/aws/copilot-cli/issues/2760 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- site/content/docs/commands/svc-exec.en.md | 1 + site/content/docs/commands/svc-exec.ja.md | 1 + 2 files changed, 2 insertions(+) diff --git a/site/content/docs/commands/svc-exec.en.md b/site/content/docs/commands/svc-exec.en.md index 5c8f4336591..c1dfaac3b51 100644 --- a/site/content/docs/commands/svc-exec.en.md +++ b/site/content/docs/commands/svc-exec.en.md @@ -15,6 +15,7 @@ $ copilot svc exec -h, --help help for exec -n, --name string Name of the service, job, or task group. --task-id string Optional. ID of the task you want to exec in. + --yes Optional. Whether to update the Session Manager Plugin. ``` ## Examples diff --git a/site/content/docs/commands/svc-exec.ja.md b/site/content/docs/commands/svc-exec.ja.md index 48d8c2f84cf..ee64cc6b00e 100644 --- a/site/content/docs/commands/svc-exec.ja.md +++ b/site/content/docs/commands/svc-exec.ja.md @@ -15,6 +15,7 @@ $ copilot svc exec -h, --help help for exec -n, --name string Name of the service, job, or task group. --task-id string Optional. ID of the task you want to exec in. + --yes Optional. Whether to update the Session Manager Plugin. ``` ## 実行例