cli
cli copied to clipboard
| Public | Next Generation of the Octopus CLI :octopus:
Since v2, the repository does not work correctly with the Go SDK as it has not been set up correctly to deal with major versions: https://go.dev/doc/modules/major-version ## Command to reproduce...
## The bug If using octo in WSL with windows terminal and white background the output is not readable at all. ## Command to reproduce  ## Versions 9.1.7 **cli**:...
:robot: I have created a release *beep* *boop* --- ## [2.3.0](https://github.com/OctopusDeploy/cli/compare/v2.2.1...v2.3.0) (2024-05-14) ### Features * environment create ([#338](https://github.com/OctopusDeploy/cli/issues/338)) ([88d0588](https://github.com/OctopusDeploy/cli/commit/88d058876b63def96ae80a2db2893b43d8546f3c)) * runbook delete ([#341](https://github.com/OctopusDeploy/cli/issues/341)) ([2bbb1ff](https://github.com/OctopusDeploy/cli/commit/2bbb1ff6b94f77294f8b8b6eb432c326c67acb93)) * runbook snapshot list ([#340](https://github.com/OctopusDeploy/cli/issues/340)) ([43d5f2c](https://github.com/OctopusDeploy/cli/commit/43d5f2cae0fae861c49c8403f81f888f0a990e12))...
Example based on the new syntax with the existing `octo build-information` command. `octopus package build-info --package utils --version 1.2.3 --file`
## The bug There currently appears to be no way to query what release is currently deployed to a given environment via the new CLI. ## Command to reproduce Looking...
## The bug After installing on Windows Server 2019 via either msi or chocolatey the command `octopus` is not available in powershell. This effect persists after starting a new powershell...
The CLI release process should support distributing its binary to the following package repositories: - [ ] APT (Debian/Ubuntu) - [ ] [Chocolatey](https://chocolatey.org/) - [ ] [Homebrew](https://brew.sh/) - [ ]...
One of the most confusing parts of Octopus is managing the variable sets. I have lots of variables and lots of scopes and it's hard to juggle in the web...
We are using a self-signed certificate for the octopus deploy server. In "octo" CLI there is option to ignore SSL errors. Is there any option in "octopus" CLI to do...