How to get aspire run port when running it via cli? #14612
-
|
Hi, When I start aspire, all running ports are random (to avoid crash when running it via worktree for example, I have not try isolated argument yet) What I want to do is to for scenario like in Claude Desktop to see the preview when the application running How can we do it? I assume we need something like Aspire run ---> run aspire projects At a glance at least, I can pass arguments via aspire run |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
I also need a way to expose aspire resources port to be accessible via local network only (like when you run vite, it create both localhost and ip address), I can use devtunnel but that exposed to internet which I may/not want to do. If i have all of this then i can do development without a need to remote desktop but simply using my android phone/tablet |
Beta Was this translation helpful? Give feedback.
-
|
I have to install aspire cli first... https://aspire.dev/get-started/install-cli/
|
Beta Was this translation helpful? Give feedback.
-
|
In the next version we've enhanced the CLI to support more agentic scnearios. One of these was the ability to use the CLI to get much of the same information available in the dashboard. |
Beta Was this translation helpful? Give feedback.
-
|
Trying to run it, I have something that opening browser automatically.... let me think... should i disable it or install chrome in my wsl... |
Beta Was this translation helpful? Give feedback.






like I said , coming in the next version.