Skip to content

taubyte/tau-cli

Repository files navigation

Release License

Tau CLI is Taubyte’s command-line tool for managing projects, resources, and cloud workflows.

Installation

npm

npm i @taubyte/cli

The 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 --recursive

The 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors