uselagoon / uselagoon/lagoon-cli
SSH - Command containing space only sends first word
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 28
- Forks
- 14
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
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):
- OS: Pop_OS
lagoon v0.32.0+f91b4ec0 (go1.24.3)
built 2025-07-16T12:51:31+0000```
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 at the lagoon ssh entry point and reproduce the reported -C "drush status" invocation against a container. Trace how the command argument is parsed and passed, then verify that the complete command, including spaces, is executed rather than only its first word.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100