Tau CLI is Taubyte’s command-line tool for managing projects, resources, and cloud workflows.
npm i @taubyte/cliThe published package downloads the tau binary for your platform from tau-cli releases when you run the tau command.
Implementation lives in the tau repository under tools/tau.
This repository is a distribution layout (similar to dream): it carries the npm wrapper, release automation, and a tau git submodule pinned to the commit used for builds.
git clone https://github.com/taubyte/tau-cli.git
cd tau-cli
git submodule update --init --recursiveThe submodule is required if you run GoReleaser locally or verify a release build; the npm package published to the registry does not ship the submodule (see .npmignore).
Run tau --help after installation for current commands and options.