authenticating-taubyte-cli
Installation
SKILL.md
Authenticating Taubyte CLI
When to use
- First-time
tausetup on a machine taureturnsGET -- \/me` failed with status: 401 Unauthorized`tau new projectortau importfails citing GitHub auth- Need to retrieve the GitHub token for direct HTTP calls (jobs API, repository registration)
Mental model
tau stores profiles in ~/tau.yaml. Each profile holds a GitHub token used to call both the cloud API and GitHub itself. There are two ways to get a token into a profile:
- Token-based login (preferred for automation): supply an existing GitHub PAT.
- Browser OAuth (
tau login --new): the CLI starts a local callback server, prints a URL, and you finish authorization in the browser.