Skip to content

Commit c1db42d

Browse files
committed
add "component" to default columns for process-executions
1 parent a5262d9 commit c1db42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def list(cli, spinner: object = None):
687687
'edgeRouterAttributes', 'serviceAttributes', 'endpointAttributes',
688688
'status', 'zitiId', 'provider', 'locationCode', 'ipAddress', 'networkVersion',
689689
'active', 'default', 'region', 'size', 'attributes', 'email', 'productVersion',
690-
'state', 'address', 'binding']
690+
'address', 'binding', 'component']
691691
valid_keys = set(matches[0].keys()) & set(default_columns)
692692

693693
if valid_keys:

0 commit comments

Comments
 (0)