🐛 No easy way to stop wunderctl up
See original GitHub issueBug description
So while there is something like wunderctl up --debug
that shows debug information. If you exit via ctrl+c the process remains active.
There is no wunderctl down
so you can’t make it stop unless you either memorized the PID or you look it up on which process is using port 9991 or 9992 and kill it manually.
How to reproduce
- wunderctl up --debug
Expected behavior
Make wunderctl down
WunderGraph information
https://wundergraph.com/docs/guides/your_first_wundergraph_application/overview
Environment & setup
- OS: Windows 10 10.0.19044
- Node.js version: 16.13.1
WunderCtl Version
Version: 0.90.32
Commit: 386a3d4b66204411dc89da6919aad0bebe524657
Date: 2022-06-06T12:22:22Z
BuiltBy: ci
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
wunderctl - The WunderGraph Command Line Interface - GitHub
The WunderGraph SDK is the easiest way to configure your WunderGraph applications. It's written in TypeScript and allows you to configure every aspect...
Read more >Architecture - Diagram - WunderGraph Docs
Running wunderctl up will not just start the process to continuously generate the API Gateway configuration, but it also starts the WunderGraph Server ......
Read more >Yarn errors when running (context: Setting up WunderGraph ...
To eliminate possibilities: On my local machine, yarn will not properly add path to wunderctl, which means searcing out the .exe to get...
Read more >API Management does too little, Backend as a Service does ...
How does Backend as a Service and Full Lifecycle API Management compare? ... This happens automatically once you run wunderctl up .
Read more >@wundergraph/wunderctl - npm
It makes it super easy to run wundergraph commands from your terminal. This package is not required if you have already installed @wundergraph/ ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems to work now
Hi @hinogi, could you give the latest release a shot?