# tinqs-cli A single Go binary for the entire studio workflow. ## Install **Windows:** `irm https://bot.arikigame.com/cli/install.ps1 | iex` **Mac/Linux:** `curl -fsSL https://bot.arikigame.com/cli/install.sh | sh` ## Commands | Command | Description | |---------|-------------| | `tinqs-cli login` | OAuth2 login via browser | | `tinqs-cli logout` | Clear credentials | | `tinqs-cli identity` | Show user, machine, environment | | `tinqs-cli doctor` | Health checks | | `tinqs-cli upload .` | Push current dir as new repo | | `tinqs-cli clone user/repo` | Authenticated clone | | `tinqs-cli token create` | Create scoped API token | | `tinqs-cli token list` | List active tokens | | `tinqs-cli token revoke NAME` | Revoke a token | | `tinqs-cli screenshot --window TITLE` | Capture window | | `tinqs-cli photo --window TITLE` | Capture + cloud vision | | `tinqs-cli release v1.2.3` | Tag + promote staging to prod | Source: [tinqs.com/tinqs/cli](https://tinqs.com/tinqs/cli)