Skip to content

Releases: OctopusDeploy/cli

Octopus CLI 0.2.3

15 Sep 22:10
aeb140b
Compare
Choose a tag to compare

0.2.3 (2022-09-15)

Bug Fixes

  • releasenotes pickup in build flow, update go-octopusdeploy to 2.4.1 (#76) (4dc9550)

v0.2.1

13 Sep 10:00
e5d9975
Compare
Choose a tag to compare

0.2.1 (2022-09-12)

Features

Bug Fixes

  • Use survey's terminal.NewAnsiStdout to get colors to work in windows cmd.exe (#68) (01e02aa), closes #67

v0.2.0

26 Aug 03:10
644d932
Compare
Choose a tag to compare

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)

v0.1.0

25 Jul 06:01
1a0a78a
Compare
Choose a tag to compare

0.1.0 (2022-07-24)

Features

v0.0.3

22 Jul 07:03
89db4d7
Compare
Choose a tag to compare

0.0.3 (2022-07-22)

Bug Fixes

v0.0.2

22 Jul 05:27
18e70d8
Compare
Choose a tag to compare

0.0.2 (2022-07-22)

Bug Fixes

v0.0.1

22 Jul 04:53
c8e22eb
Compare
Choose a tag to compare

0.0.1 (2022-07-22)

Features

Miscellaneous Chores

  • change release please to simple mode (#14) (9615fa1)