Skip to content

Commit 3f35905

Browse files
author
Matthew Fisher
committed
fix(docs): improper config:pull docstring syntax
The documentation is not being built at the moment because config:pull syntax is incorrect. This fixes it to reflect the changes made in "the big docstring refactor".
1 parent 53fbba2 commit 3f35905

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

client/deis.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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')

docs/reference/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)