Skip to content

fix(cli): allow --autoConnect in chrome-devtools start#1859

Open
zerone0x wants to merge 1 commit intoChromeDevTools:mainfrom
zerone0x:fix/cli-auto-connect
Open

fix(cli): allow --autoConnect in chrome-devtools start#1859
zerone0x wants to merge 1 commit intoChromeDevTools:mainfrom
zerone0x:fix/cli-auto-connect

Conversation

@zerone0x
Copy link
Copy Markdown

Summary

  • allow chrome-devtools start to accept --autoConnect and forward it to the daemon
  • document the CLI example for auto-connect

Testing

  • not run (not requested)

Fixes #1184

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Apr 14, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Lightning00Blade
Copy link
Copy Markdown
Collaborator

@zerone0x Thanks for the PR for us to be able to merge you will need to sign the CLA.
Please follow the comment above to resolve the issue.


// Not supported in CLI on purpose.
delete startCliOptions.autoConnect;
// autoConnect is supported by the CLI.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Let's remove this comment.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zerone0x The comment is still there on the latest commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment was resolved but the change is not there, could you please remove the changes to this file?

@zerone0x zerone0x force-pushed the fix/cli-auto-connect branch from 8316b51 to 64bb210 Compare April 17, 2026 13:01
@zerone0x
Copy link
Copy Markdown
Author

done: removed the nit comment and updated the commit author (zerone0x). force-pushed branch to update PR (64bb210).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI or chrome-devtools-cli support --autoConnect ?

2 participants