teleportsCLI

From your terminal.

Zero install. Resumable, parallel chunking. JSON output on every command for agent use.

One-time setup

npx teleports login    # link your account
npx teleports connect  # connect Google Drive

Both open a browser page. Run once; credentials are stored locally.

Create a Teleport

npx teleports create
npx teleports create "design exports"  # with label

Returns a URL. Files land in your Google Drive under Teleports/.

Send into a Teleport

npx teleports send <token> ./file
npx teleports send <token> ./a.csv ./b.csv   # multi

Receive from a Teleport

npx teleports get <token>

For Drive-backed teleports, opens the file directly in Drive.

For agents

npx teleports create --json | jq .url
NO_COLOR=1 npx teleports send ...             # no ANSI
TELEPORTS_HOST=http://localhost:3000 ...      # self-hosted