Skip to content

Commit 33c36f2

Browse files
author
Matthew Fisher
committed
docs(client): add more clarity to config:set
You can specify multiple environment variables to in config:set. This change is completely backwards-compatible. As an example, this is the output with just a print statement in the body: ><> deis config:set A=b C=d E=f {'values': '{"A": "b", "C": "d", "E": "f"}'}
1 parent 1c42e95 commit 33c36f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ def config_set(self, args):
10991099
"""
11001100
Sets environment variables for an application.
11011101
1102-
Usage: deis config:set <var>=<value>... [options]
1102+
Usage: deis config:set <var>=<value> [<var>=<value>...] [options]
11031103
11041104
Arguments:
11051105
<var>

0 commit comments

Comments
 (0)