Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 06:27
· 8 commits to main since this release
e4295aa

What's Changed

  • Add sourceMimeType to files create
    • Allows you to import certain file types directly to Google Workspace file type
    • Upload a CSV file as a Google Sheet: gsm files create --localFilePath ./input.csv --mimeType application/vnd.google-apps.spreadsheet --sourceMimeType text/csv
  • Add support for new (stable) Google Drive Labels API
    • Currently supports get and list commands
    • gsm driveLabels list
    • gsm driveLabels get
  • Add support for new file commands for managing Drive labels
  • Fix a missing header when updating domain shared contacts (#9)
  • Add flag to include the root for recursive file operations
  • Switch to stable API for CI groups and user invitations
  • Some general cleanup like housekeeping
    • Update dependencies
    • Update Go version to 1.19
    • replace ioutil
    • Cleanup up some comments and error messages

Full Changelog: v0.7.0...v0.8.0