https://github.com/officecli/officecli-dist
https://github.com/officecli/officecli-dist
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/officecli/officecli-dist
- Owner: officecli
- Created: 2026-04-01T08:24:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-23T09:42:45.000Z (21 days ago)
- Last Synced: 2026-05-23T11:33:48.915Z (21 days ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OfficeCLI Distribution
This repository publishes public release assets for the closed-source `officecli` binary.
## Install
### macOS (Homebrew)
```bash
brew tap officecli/officecli
brew install officecli
```
To update later:
```bash
brew upgrade officecli
```
### Linux
```bash
curl -fsSL https://raw.githubusercontent.com/officecli/officecli-dist/main/scripts/install-officecli.sh | DIST_REPO=officecli/officecli-dist bash
```
By default, the installer downloads and installs the current stable release from this repository.
Re-running the same installer command refreshes the local binary to the current stable release.
If your shell still reports `officecli: command not found`, first try:
```bash
export PATH="$HOME/.local/bin:$PATH"
officecli --version
```
If that works, add `~/.local/bin` to your shell startup file so future shells can find the command.
## Manual Download
Download the current stable archives and `checksums.txt` from the latest release page of this repository.
## Notes
- This repository contains binaries, checksums, and install helpers only.
- It does not contain `officecli` source code.