Skip to content

Commit 799e87f

Browse files
committed
✨ feat: add AccountId in project quotas table output
1 parent 9fef443 commit 799e87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oks_cli/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ def project_get_quotas(ctx, project_name, output, profile):
352352
["Collection", "QuotaCollection"],
353353
["Description", "ShortDescription"],
354354
["Max Value", "MaxValue"],
355-
["Used Value", "UsedValue"]])
355+
["Used Value", "UsedValue"],
356+
["AccountId", "AccountId"]])
356357
print_table(data["subregions"], [["Region", "RegionName"],
357358
["Availability Zone", "SubregionName"],
358359
["State", "State"]])

0 commit comments

Comments
 (0)