Docs · Start here

Install.

The remoco CLI is a shell binary distributed as an npm package. It runs on macOS and Linux; Windows works via WSL.

Prerequisites

Install globally

$ npm install -g @doss-labs/remoco
$ remoco --version
0.1.0-alpha.0

Authenticate

$ remoco init
# opens browser · GitHub OAuth · persists token at ~/.remoco/api-token

Environment (optional overrides)

VariableDefault
REMOCO_APIhttps://api.remoco.dev
REMOCO_API_TOKENfrom ~/.remoco/api-token
REMOCO_PROJECTremoco-cloud
REMOCO_DOMAINremoco.dev
The package is @doss-labs/remoco (private scope) while we're in pre-alpha. v0.3 will open-source the CLI under MIT.

← Getting started CLI reference →