We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbed3b commit acc96c6Copy full SHA for acc96c6
1 file changed
client/deis.py
@@ -1322,10 +1322,8 @@ def config_push(self, args):
1322
"""
1323
Sets environment variables for an application.
1324
1325
- Your environment is read from the optionally specified path to a
1326
- .env-formatted file. If no path is specified, your environment is read
1327
- from a file named .env. This file can be read by foreman to load the
1328
- local environment for your app.
+ The environment is read from <path>. This file can be read by foreman
+ to load the local environment for your app.
1329
1330
Usage: deis config:push [<path>] [options]
1331
0 commit comments