Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/document-update-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Document how to update existing gws installations.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Drive, Gmail, Calendar, and every Workspace API. Zero boilerplate. Structured JS

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Updating](#updating)
- [Quick Start](#quick-start)
- [Why gws?](#why-gws)
- [Authentication](#authentication)
Expand Down Expand Up @@ -70,6 +71,25 @@ On macOS and Linux, you can also install via [Homebrew](https://brew.sh/):
brew install googleworkspace-cli
```

## Updating

Use the same package manager or install method you used originally:

```bash
# Homebrew
brew update && brew upgrade googleworkspace-cli

# npm
npm update -g @googleworkspace/cli

# Cargo
cargo install --git https://github.com/googleworkspace/cli --locked --force
```

If you installed a pre-built binary manually, download the latest archive from
[GitHub Releases](https://github.com/googleworkspace/cli/releases) and replace
the `gws` binary in your `$PATH`.

## Quick Start

```bash
Expand Down
Loading