Skip to content

Commit 1215121

Browse files
committed
refine column keys
1 parent 76d5229 commit 1215121

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
@@ -521,7 +521,7 @@ def list(cli):
521521
# and the set of configured, desired keys
522522
valid_keys = set(matches[0].keys()) & set(cli.args.keys)
523523
elif cli.config.general.output == "text":
524-
valid_keys = set(matches[0].keys()) & set(['name','label','organizationShortName','id','createdBy','createdAt','status','zitiId','provider','locationCode','ipAddress','region','size','attributes'])
524+
valid_keys = set(matches[0].keys()) & set(['name','label','organizationShortName','id','edgeRouterAttributes','serviceAttributes','endpointAttributes','status','zitiId','provider','locationCode','ipAddress','region','size','attributes'])
525525

526526
if valid_keys:
527527
cli.log.debug("valid keys: %s", str(valid_keys))

0 commit comments

Comments
 (0)