Added depth column to output of gam <UserTypeEntity> print diskusage <DriveFileEntity>

This commit is contained in:
Ross Scroggs
2024-03-17 18:39:39 -07:00
parent 0754a9b176
commit 08fc3bdb6f
5 changed files with 32 additions and 12 deletions

View File

@@ -2,6 +2,15 @@
Merged GAM-Team version
6.71.17
Added `depth` column to output of `gam <UserTypeEntity> print diskusage <DriveFileEntity>` that can
be used to filter the depth of the folders displayed. Depth `-1` is the top level folder, depth `0`
are its immediate children, depth `2` are the children of depth `1` and so forth.
```
gam config csv_output_row_filter "depth:count<1" user organizer@domain.com print diskusage teamdriveid <TeamDriveID>
```
6.71.16
Updated `gam <UserTypeEntity> create|update sendas <EmailAddress> ... replyto <EmailAddress>`