Releases: degree-analytics/gogcli
Releases · degree-analytics/gogcli
v0.11.0-campusiq.1
Formal ownership transition release. CampusIQ now maintains this fork independently. See README for fork policy.
v0.10.0-campusiq.3
fix(comments): use reply with action=resolve for Drive API
v0.10.0-campusiq.2
What's New
Added
drive comments resolvecommand to mark comments as resolveddocs commentssubcommand 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/gogcliFull Changelog: v0.10.0-campusiq.1...v0.10.0-campusiq.2
v0.10.0-campusiq.1
Fork with docs write/update and drive upload --convert from PR #162