Releases: OctopusDeploy/cli
Releases · OctopusDeploy/cli
Octopus CLI 2.19.1
Octopus CLI 2.19.0
2.19.0 (2025-09-25)
Features
octopus deployment-target viewsupport -f parameter (#538) (2cd8853)worker viewandwork-pool viewsupport -f parameter (#537) (4446ba6)- add oidc account support for azure web app deployment target (#534) (6254eb8)
- Add support for setting custom fields on releases (#545) (4aac03a)
- project-group view command support -f options (#536) (dcce548)
- Space view command support -f param (#531) (3408f2d)
- support project view -f for project view (#533) (e6a5343)
- task wait command support -f argument (#535) (5ac6e6d)
Bug Fixes
Octopus CLI 2.18.0
Octopus CLI 2.17.0
Octopus CLI 2.16.0
Octopus CLI 2.15.7
Octopus CLI 2.15.6
Add deployment freeze override flags (#463) * Add deployment freeze override flags * Change flag name to singular * Update client version
Octopus CLI 2.15.5
Fix deleting variables from other variable sets (#502) * Fix deleting variables from other variable sets * Improve comments
Octopus CLI 2.15.4
Enable updates of scoped common variables (#489) * List scoped common variables * Separate line per environment * Fix default and sensitive value display * Update naming for consistency with client * Add shared feature toggle method * Fix project var type * Update the client version * Handle errors in feature toggle function * Create/update where values already exist for a template * Handle creation where variables are missing for the provided scope * Handle library variable creation where variables are missing for the provided scope * Add tests for common and project variable updates * Handle missing prompts for scoped tenant variables * Include missing variables in prompt output * Add tests for missing prompts * Fix build error * Remove values for missing values tests * Create/update unscoped vars * Display unscoped variables in list * Handle variable creation for specific environment scoping when an unscoped variable exists * Fix naming