Tachyon CLI Reference
All commands use thetcn prefix.
Core Commands
tcn share
Expose a local port via a secure tunnel.| Option | Description |
|---|---|
<port> | Local port to expose (e.g., 3000) |
--public | Allow public access (no auth required) |
--subdomain <name> | Custom subdomain name (Pro) |
--host <host> | Local host to forward to (default: localhost) |
--allow <emails...> | Allow specific email addresses |
-p, --project <name> | Use existing project by name |
--new-project <name> | Create and use a new project |
--standalone | Create tunnel without project |
--inspect [port] | Enable request inspector (default: 4040) |
--no-inspect | Disable the request inspector |
Authentication
tcn login
Sign in with SSO.| Option | Description |
|---|---|
--google | Sign in with Google (default: GitHub) |
tcn logout
Sign out and clear credentials.tcn whoami
Show current user and session info.Project Management
tcn projects
List your projects.tcn project create
Create a new project.| Option | Description |
|---|---|
--subdomain <name> | Reserve a subdomain (Pro) |