Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves #48 Added support to pass extra args to cloudflared cli from startTunnel function #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bhargavprajapati949
Copy link

@bhargavprajapati949 bhargavprajapati949 commented Jul 11, 2024

resolves Add Support to pass any extra arguments to cloudflared cli (#48)

@bhargavprajapati949
Copy link
Author

@pi0 Can you please look at this PR

```ts
const tunnel = await startTunnel({
port: 3000,
extraArgs: "--no-autoupdate"
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this could be an array similar to how e.g. puppeteer handles it?

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.

2 participants