Skip to Content
New to Genbox? Check out our Getting Started guide
Commandsgb cursor

gb cursor

Coming Soon - Cursor integration is under development.

Start or attach to a Cursor AI session. Cursor is an AI-powered code editor with powerful coding capabilities.

Shortcut

gbr # Equivalent to: gb cursor gbrd # Equivalent to: gb cursor --direct

Synopsis

gb cursor [options] gb cursor [subcommand] [args]

Description

The cursor command will provide a streamlined interface to start Cursor sessions on genboxes (cloud or local) or directly on your machine.

Options

OptionDescription
--on <genbox>Use a specific genbox
--directRun directly on this machine (no isolation)
-y, --yesSkip confirmation prompts
-p, --prompt-modeInteractive prompt mode with optional images
-e, --editorUse $EDITOR for prompt input (with -p)
-b, --backgroundRun session in background (with -p)

Subcommands

SubcommandDescription
listList all Cursor sessions
attach <session>Attach to an existing session
stop <session>Stop a session
kill <session>Kill/destroy a session
migrate <session>Migrate session to another genbox

See Also

Last updated on