Commit 33c36f2
Matthew Fisher
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1099 | 1099 | | |
1100 | 1100 | | |
1101 | 1101 | | |
1102 | | - | |
| 1102 | + | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| |||
0 commit comments