Skip to content

Commit 211148d

Browse files
author
René Moser
authored
volume: fix missing size in table output (#39)
1 parent c5801bb commit 211148d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudscale_cli/commands/volume.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def volume(ctx):
1818
[].{
1919
"name": name,
2020
"type": type,
21+
"size_gb": size_gb,
2122
"tags": tags,
2223
"server_uuids": server_uuids,
2324
"zone": zone.slug,

0 commit comments

Comments
 (0)