Manage drives
Lists the user's shared drives
USAGE
$ google-drive drives:list
OPTIONS
-h, --help show CLI help
-r, --rawOutput Get the raw output as a JSON string
--pageSize=pageSize [default: 10] Maximum number of shared drives to return per page. Acceptable values are 1 to
100, inclusive. (Default: 10)
--pageToken=pageToken Page token for shared drives
--q=q Query string for searching shared drives. See the "Search for shared drives" guide for
supported syntax
--useDomainAdminAccess Issue the request as a domain administrator; if set to true, then all shared drives of the
domain in which the requester is an administrator are returned. (Default: false)
EXAMPLE
$ gdrive drives:list
See code: src/commands/drives/list.ts