Skip to content

Releases: OctopusDeploy/cli

v0.2.0

26 Aug 03:10
644d932

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

Choose a tag to compare

0.1.0 (2022-07-24)

Features

v0.0.3

22 Jul 07:03
89db4d7

Choose a tag to compare

0.0.3 (2022-07-22)

Bug Fixes

v0.0.2

22 Jul 05:27
18e70d8

Choose a tag to compare

0.0.2 (2022-07-22)

Bug Fixes

v0.0.1

22 Jul 04:53
c8e22eb

Choose a tag to compare

0.0.1 (2022-07-22)

Features

Miscellaneous Chores

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