cli
cli copied to clipboard
Generated automation commands do not include the space from the original command
The bug
The automation command generated from an interactive session will not include the space if it was supplied in the original command.
Command to reproduce
octopus project create -s "second space" -n "test project"
Outcome
This command will print an automation command as below, but the space is not included. Running this command will run in the default space or the space set via configuration.
octopus project create --name 'test project' --group 'Default Project Group' --lifecycle 'Default Lifecycle' --no-prompt
Versions
cli:
Octopus Server: