a81a450e7e
Merged into tinqs/studio: - cmd/tinqs-cli/ — tinqs-cli (Go binary, from bot/cli) - cmd/tea/ — Gitea CLI tool (from tinqs/cli-tea) - services/bot/ — Bot service (from tinqs-ltd/bot on git.arikigame.com) - services/admin/ — Admin panel (from tinqs/admin) - services/team-tool/ — Team Tool (from tinqs/team-tool) - services/proxy/ — tinqs-proxy (from bot/proxy) - web/landing/ — tinqs.com website (from tinqs/website) - web/docs/ — Platform docs (from tinqs/docs) - web/blog/ — Blog (placeholder) - runner/ — Ephemeral CI runner (from tinqs/runner) All source repos will be deleted after verification.
983 B
983 B
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