Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 818 Bytes

about.md

File metadata and controls

28 lines (19 loc) · 818 Bytes

google-drive about

About your drive

google-drive about:get

Gets information about the user, the user's Drive, and system capabilities

USAGE
  $ google-drive about:get

OPTIONS
  -h, --help       show CLI help
  -r, --rawOutput  Get the raw output as a JSON string

  --fields=fields  [default: *] The paths of the fields you want included in the response. For development you can use
                   the special value * to return all fields, but you'll achieve greater performance by only selecting
                   the fields you need. For more information

EXAMPLE
  $ gdrive about:get'

See code: src/commands/about/get.ts