Describe the bug
When using the -C flag for lagoon ssh, only the first word is being sent as the command
To Reproduce
Steps to reproduce the behavior:
- lagoon ssh -p -e main
- Now connected to container:
drush status
- Notice working drush status output
- CTRL-D - out of container
- lagoon ssh -p -e main -C "drush status"
- Notice drush "help" output - "status" seemingly not set
Expected behavior
The full command is sent and executed
Desktop (please complete the following information):
lagoon v0.32.0+f91b4ec0 (go1.24.3)
built 2025-07-16T12:51:31+0000```