Skip to content

Releases: OctopusDeploy/cli

Octopus CLI 0.3.1

30 Sep 02:51
c2f25a3
Compare
Choose a tag to compare

0.3.1 (2022-09-30)

Bug Fixes

  • Fix invalid syntax in script for pushing the updated homebrew formula (#90) (75e39a8)
  • Sign rpm/deb packages as part of the creation process in goreleaser (#92) (b30498f)

Octopus CLI 0.3.0

29 Sep 06:59
b5ecef5
Compare
Choose a tag to compare

0.3.0 (2022-09-29)

Features

Bug Fixes

  • octopus config set in interactive mode would fail for anything that wasn't already in the config file (#83) (0b43d8b)
  • Update name of msi and add missing log argument to MSI call for Chocolatey (7504b7d)

Octopus CLI 0.2.5

20 Sep 02:17
f7290c7
Compare
Choose a tag to compare

0.2.5 (2022-09-20)

Bug Fixes

  • cli#71 - config system was leaking env vars into the config file when it shouldn't have (#80) (e8edb32)

Octopus CLI 0.2.4

16 Sep 04:56
c1197ee
Compare
Choose a tag to compare

0.2.4 (2022-09-16)

Bug Fixes

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