Skip to content
New issue

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

Modify GetPackageVersionsAsString to include the Package Name - OctopusCLI #128

Open
6 tasks done
FinnianDempsey opened this issue Aug 5, 2021 · 0 comments
Open
6 tasks done

Comments

@FinnianDempsey
Copy link

Prerequisites

  • I have verified the problem exists in the latest version
  • I have searched open and closed issues to make sure it isn't already reported
  • I have written a descriptive issue title
  • I have linked the original source of this report
  • I have labelled the value stream (area/core, area/steps, ...)
  • I have tagged the issue appropriately (kind/bug, kind/enhancement, feature/ ...)

The bug

When using the OctopusCLI command list-latestdeployments the packages returned don't include the package name, but include the step name and version.

What I expected to happen

I would like the command list-latestdeployments to include the name of the package deployed.

Steps to reproduce

  1. Run the OctopusCLI command list-latestdeployments which will list a project that has deployed a package.
  2. Note the Step name and the Package version is included but not the Package name.

Screen capture

Screen Shot 2021-08-05 at 13 32 47

Log excerpt

 - Project: Test Package Deploy
 - Environment: Dev 209
 - Channel: Default
   Date: 8/2/2021 12:18:49 PM +10:00
   Duration: 14 seconds
   State: Success
   Version: 0.0.1
   Assembled: 8/2/2021 12:18:49 PM +10:00
   Package Versions: Deploy a Package 1.0.0
   Release Notes:

Affected versions

OctopusCLI: 7.4.3319

Workarounds

Use the API to retrieve the packages that have been deployed via the Release that was recently deployed for that project.

Links

Discourse
Slack
Zendesk

@ann-mwangi ann-mwangi transferred this issue from OctopusDeploy/Issues Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant