Releases: OctopusDeploy/cli
Releases · OctopusDeploy/cli
Octopus CLI 0.2.3
v0.2.1
v0.2.0
Features
release create
release list
release delete
account <type> list commands
(#41) (5354118)account create
(#47) (11d67d1)- allow selection of space on command line (0d42bc0)
- CLI now prompts to select a space in interactive mode, or auto-selects if there is only one visible space. (1f57272)
- compatibility with legacy flags from the .NET CLI (c439c2e)
- updated MultiSelectMap to return via generics (d7d23d0)
Bug Fixes
- --no-prompt and the CI environment check wasn't respected if the CLI wanted to prompt for the space name (c75cf69)
- Activity spinner was showing over the top of the space selection prompt in interactive mode (0d42bc0)
- detection of terminal width when outputting tables (10e1a9b)
- flag alias for --output-format and --outputFormat didn't work (0d42bc0)