microsoft / microsoft/dev-tunnels
how to get portForwardingUris from cli?
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 508
- Forks
- 52
- Avg merge
- 20h 6m
- Merged PRs (30d)
- 7
Description
devtunnel show my-test-tunnel -j does not include the portForwardingUris, however if I run with -v I can see it, along with the Headers and MSAL logs, what makes imposible to use jq to parse the results.
Is there any option to obtain the portForwardingUris from the CLI?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing devtunnel show my-test-tunnel -j and compare it with the verbose output, checking how the CLI handles JSON and verbose logging. Done means the command provides portForwardingUris in machine-readable output without headers or MSAL logs, so the result can be parsed with jq.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100