Back to Docs
Navigation

go

Navigate to a URL. Launches the browser automatically if it is not running.

Usage

$ cdpilot go <url>

Arguments

NameRequiredDescription
urlrequiredURL to navigate to

Examples

Open a page and print its text content

$ npx cdpilot go https://example.com

Navigate to Hacker News

$ npx cdpilot go https://news.ycombinator.com