Merge "Display status field in workflow list output"
This commit is contained in:
@@ -988,8 +988,8 @@ Available commands:
|
|||||||
args = self.parser.parse_args()
|
args = self.parser.parse_args()
|
||||||
app = self.client.apps.find(name_or_id=args.app)
|
app = self.client.apps.find(name_or_id=args.app)
|
||||||
wfs = cli_wf.WorkflowManager(self.client, app_id=app.id).list()
|
wfs = cli_wf.WorkflowManager(self.client, app_id=app.id).list()
|
||||||
fields = ['wf_id', 'app_id', 'actions', 'config',
|
fields = ['wf_id', 'id', 'actions', 'status',
|
||||||
'source', 'id', 'created_at', 'updated_at']
|
'created_at', 'updated_at']
|
||||||
self._print_list(wfs, fields)
|
self._print_list(wfs, fields)
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
|
Reference in New Issue
Block a user