Metadata-Version: 2.5
Name: driftwood-cli
Version: 0.1.1
Summary: Company-scoped Driftwood onboarding and dashboard CLI
Requires-Python: >=3.12
Requires-Dist: httpx<1,>=0.28.1
Requires-Dist: keyring<26,>=25
Description-Content-Type: text/markdown

# Driftwood CLI

Company-scoped onboarding and dashboard operations from your terminal.
Requires Python 3.12 or newer and a native credential store (macOS Keychain,
Windows Credential Locker, or Linux Secret Service).

## Get started

Install it with uv:

```sh
uv tool install driftwood-cli
driftwood login
driftwood onboard resume
driftwood doctor
```

Login opens your browser for Google sign-in and workspace authorization.
Provider connections also require browser consent. Workspace approval and your
current role govern access; completing setup does not start outreach.

Run `driftwood help` for commands covering company context, accounts, team,
assets, schedules, MCP connections and operation receipts. Use `--plan` to
preview changes, or `--json` for machine-readable output. Global options go
before the command. Credentials stay in the operating system's secret store.

Use `driftwood help accounts connect` for a specific command. Help works without
signing in; `driftwood --help` and `driftwood accounts connect --help` also work.

The CLI talks to https://driftwood.sh. It does not expose or edit Drift scripts.
