File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1194,9 +1194,12 @@ def config_pull(self, args):
11941194 Usage: deis config:pull [options]
11951195
11961196 Options:
1197- -a APP --app=APP The application that you wish to pull from
1198- -i --interactive Prompts for each value to be overwritten
1199- -o --overwrite Allows you to have the pull overwrite keys in .env
1197+ -a APP --app=<app>
1198+ The application that you wish to pull from
1199+ -i --interactive
1200+ Prompts for each value to be overwritten
1201+ -o --overwrite
1202+ Allows you to have the pull overwrite keys in .env
12001203 """
12011204 app = args .get ('--app' )
12021205 overwrite = args .get ('--overwrite' )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ deis config
5656.. automethod :: client.deis.DeisClient.config_list
5757.. automethod :: client.deis.DeisClient.config_set
5858.. automethod :: client.deis.DeisClient.config_unset
59- .. automethod :: client.deis.DeisClient.config:pull
59+ .. automethod :: client.deis.DeisClient.config_pull
6060
6161.. _deis_domains :
6262
You can’t perform that action at this time.
0 commit comments