Command line interface for Tigris object storage.
Note
This repository has no source code of its own.
@tigrisdata/cli is developed in the Tigris monorepo,
tigrisdata/storage, under
packages/cli.
It's embedded here as a git submodule at storage/.
npm install -g @tigrisdata/cli
# or
brew install tigrisdata/tap/tigrisgit clone --recurse-submodules https://github.com/tigrisdata/cli.git
cd cli/storage
pnpm install
pnpm --filter @tigrisdata/cli buildCloned without --recurse-submodules? storage/ will be empty. Fetch it with:
git submodule update --initPull requests opened here are closed automatically. Open issues and pull requests in tigrisdata/storage instead.
Agents: see AGENTS.md before making any change in this repository.
MIT