Ben Pearce
Ben Pearce
@OzoneNZ there is already a version command available, just in a slightly different format ``` ❯ octopus version 2.1.0 ```
This is intentional behaviour. The reason behind changing it was the definition of "latest" is not clear, could mean latest by time or latest by semver definition. If you are...
Further support for this work https://github.com/OctopusDeploy/OctopusCLI/issues/244
@ryanrousseau are you able to test this again with the latest server
Hi @cdhunt I haven't been able to recreate your issue. Would you be able to confirm that you are still having the issue with the latest CLI version? ``` ❯...
This needs to utilise the capabilities endpoint to detect features required by the executions API. Change may be better done in the go-octopusdeploy client
Related to https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/641
@mztriz you need to turn on Screen Recording access for your terminal under Security and Privacy. For me iTerm was unticked and it worked after ticking and restarting iTerm 
This appears to be a bug in the API. For my current test setup:  `http://localhost:8066/api/Spaces-1/machines?skip=0&take=2147483647&isDisabled=false` returns all six targets ```json { ItemType: "Machine", TotalResults: 6, ItemsPerPage: 2147483647, NumberOfPages: 1,...