You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is especially problematic for any commands which format output as JSON where you now get invalid JSON.
To Reproduce
Run the command ./bin/warden svc ls --format json in the main branch.
Expected Behavior
Warden should return the regular output of warden svc commands without regenerating the phpMyAdmin config and outputting the informational message to the console.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Version of Warden
in-dev (main branch)
Operating System and Installation Method
MacOS 15.3.2
Describe the Bug
Current dev version of the
warden svc
command is broken by extraneous output.When running many of the commands in warden svc namespace an extraneous call to regenerate phpMyAdmin config outputs:
"Regenerating phpMyAdmin configuration...
phpMyAdmin configuration regenerated."
This is especially problematic for any commands which format output as JSON where you now get invalid JSON.
To Reproduce
./bin/warden svc ls --format json
in the main branch.Expected Behavior
Warden should return the regular output of warden svc commands without regenerating the phpMyAdmin config and outputting the informational message to the console.
Additional context
No response
The text was updated successfully, but these errors were encountered: