Navigation
go
Navigate to a URL. Launches the browser automatically if it is not running.
Usage
$ cdpilot go <url>Arguments
| Name | Required | Description |
|---|---|---|
url | required | URL to navigate to |
Examples
Open a page and print its text content
$ npx cdpilot go https://example.comNavigate to Hacker News
$ npx cdpilot go https://news.ycombinator.com