We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command works if we explicitly specify the version, e.g. --version 1.0.0 but failed when using --version latest
--version 1.0.0
--version latest
octopus release deploy --space Default --project SOME_NAME --version latest --environment SOME.ENV --output-format basic --no-prompt
Octopus API error: Object reference not set to an instance of an object. []
cli: 1.7.1
Octopus Server: 2022.3.10594
The text was updated successfully, but these errors were encountered:
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 using this in a CI context you would probably know which version you are wanting.
The output you are seeing is actually a bug though.
Sorry, something went wrong.
No branches or pull requests
The bug
The command works if we explicitly specify the version, e.g.
--version 1.0.0
but failed when using--version latest
Command to reproduce
Outcome
Versions
cli: 1.7.1
Octopus Server: 2022.3.10594
Links
The text was updated successfully, but these errors were encountered: