Skip to content

Commit

Permalink
chore: Update description for container env var option to mention deb…
Browse files Browse the repository at this point in the history
…ug mode (#5787)

* Update description for container env var option to mention debug mode

* Mention debugging locally

* Update schema

* Updated description

* Make schema
  • Loading branch information
lucashuy authored Aug 23, 2023
1 parent aa9d8b1 commit 178ac8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion samcli/commands/local/cli_common/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ def invoke_common_options(f):
click.option(
"--container-env-vars",
type=click.Path(exists=True),
help="JSON file containing environment variables to be set within the container environment",
help="JSON file containing additional environment variables to be set within the container when "
"used in a debugging session locally.",
),
click.option(
"--docker-volume-basedir",
Expand Down
Loading

0 comments on commit 178ac8d

Please sign in to comment.