@taubyte/cli
v0.1.16
Published
Node wrapper for taubyte/tau-cli
Maintainers
Readme
Tau CLI is Taubyte’s command-line tool for managing projects, resources, and cloud workflows.
Installation
npm
npm i @taubyte/cliThe published package downloads the tau binary for your platform from tau-cli releases when you run the tau command.
Source
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.
Working from a git clone
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).
Usage
Run tau --help after installation for current commands and options.
