Skip to content

Releases: degree-analytics/gogcli

v0.11.0-campusiq.1

06 Feb 21:23

Choose a tag to compare

Formal ownership transition release. CampusIQ now maintains this fork independently. See README for fork policy.

v0.10.0-campusiq.3

04 Feb 21:13

Choose a tag to compare

fix(comments): use reply with action=resolve for Drive API

v0.10.0-campusiq.2

04 Feb 21:06
3d6ed27

Choose a tag to compare

What's New

Added

  • drive comments resolve command to mark comments as resolved
  • docs comments subcommand group (aliases to drive comments)

New Commands

# Resolve a comment
gog drive comments resolve <fileId> <commentId>
gog docs comments resolve <docId> <commentId>

# Docs comments (all alias to drive comments)
gog docs comments list <docId>
gog docs comments read <docId> <commentId>
gog docs comments create <docId> "text"
gog docs comments reply <docId> <commentId> "text"
gog docs comments delete <docId> <commentId>

Installation

brew upgrade gogcli
# or if not installed:
brew tap degree-analytics/tap
brew install degree-analytics/tap/gogcli

Full Changelog: v0.10.0-campusiq.1...v0.10.0-campusiq.2

v0.10.0-campusiq.1

04 Feb 15:59

Choose a tag to compare

Fork with docs write/update and drive upload --convert from PR #162