Skip to content

Commit

Permalink
docs: Add --yes flag to svc exec docs. (#2761)
Browse files Browse the repository at this point in the history
<!-- Provide summary of changes -->
Adds the --yes flag to `copilot svc exec` docs.

<!-- Issue number, if available. E.g. "Fixes #31", "Addresses #42, 77" -->
Fixes #2760

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
  • Loading branch information
jlucas91 authored Aug 23, 2021
1 parent c0a5b0e commit c43a616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/content/docs/commands/svc-exec.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions site/content/docs/commands/svc-exec.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

## 実行例
Expand Down

0 comments on commit c43a616

Please sign in to comment.