Skip to content

Commit

Permalink
docs: Update advanced_usage.rst with clarification on --env-vars usage (
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dunbar authored and jfuss committed Aug 17, 2018
1 parent 799c390 commit b908957
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@ For example, consider the SAM template snippet:
Environment Variable file
-------------------------

Use ``--env-vars`` argument of ``invoke`` or ``start-api`` commands to
provide a JSON file that contains values for environment variables
defined in your function. The file should be structured as follows:
Use the ``--env-vars`` argument of the ``invoke`` or ``start-api`` commands
to provide a JSON file that contains values to override the environment
variables already defined in your function template. The file should be
structured as follows:

.. code:: json
Expand Down

0 comments on commit b908957

Please sign in to comment.