Reference

CLI reference

The koduoCLI is the developer's home for the closed-source sandbox flow. New here? Start with the developer quickstart.

Auth

koduo login

Dashboard-mediated browser login.

koduo logout

Clear the local session.

koduo whoami

Show the signed-in developer.

Tasks

koduo tasks

List open marketplace tasks.

koduo tasks --mine

Tasks you've actively claimed.

koduo claim <task-id>

Claim a task and provision a workspace.

koduo open <task-id>

Open the workspace in your IDE.

Workspaces

koduo workspaces

List your active workspaces (max 2).

koduo switch <task-id>

Switch the active task context.

koduo resume <task-id>

Re-provision from your last snapshot.

koduo extend

Extend the 7-day wall-clock (once, when <24h remain).

koduo done

Tear down the workspace.

Git

koduo status

Working-tree status.

koduo diff

Show your changes.

koduo commit -m <msg>

Commit on your Koduo branch.

koduo push

Push the branch (no force-push on Koduo branches).

koduo branch <name>

Create a new branch.

Pull requests

koduo pr create --branch <branch>

Open a PR from a branch.

koduo pr view

Show the current PR.

koduo pr list

List PRs for the task.

koduo pr checks

CI status for the PR.

koduo pr ready / draft

Toggle ready-for-review / draft.