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. ``` ## 実行例