cli icon indicating copy to clipboard operation
cli copied to clipboard

Generated automation commands do not include the space from the original command

Open benPearce1 opened this issue 1 year ago • 0 comments

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:

Links

benPearce1 avatar Nov 24 '23 00:11 benPearce1