We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c2037 + 9cb77bf commit 5be2fe5Copy full SHA for 5be2fe5
1 file changed
client/deis.py
@@ -995,7 +995,9 @@ def config_list(self, args):
995
if response.status_code == requests.codes.ok:
996
config = response.json()
997
values = config['values']
998
- self._logger.info("=== {} Config".format(app))
+ if not oneline:
999
+ self._logger.info("=== {} Config".format(app))
1000
+
1001
items = values.items()
1002
if len(items) == 0:
1003
self._logger.info('No configuration')
0 commit comments