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

Implement deployment marker retrieval #16

Closed
ctrombley opened this issue Jan 31, 2020 · 0 comments · Fixed by #24
Closed

Implement deployment marker retrieval #16

ctrombley opened this issue Jan 31, 2020 · 0 comments · Fixed by #24

Comments

@ctrombley
Copy link
Contributor

ctrombley commented Jan 31, 2020

Objective

Support deployment marker retrieval via the CLI.

Acceptance Criteria

  • Add a deployments subcommand for listing an application's deployment markers by app ID
  • Provide help and example command invocation
  • CLI error code should match success/failure of the operation
  • Results should be returned in JSON format
  • AWS CLI uses "describe" as a verb, we can choose to use this as inspiration or stick with "get", "list", or something similar.

Notes

Potential command structure:
newrelic apm describe-deployments --applicationId <appID>

@ctrombley ctrombley created this issue from a note in Version 1.x (To do) Jan 31, 2020
@ctrombley ctrombley added this to the Initial CLI Support milestone Jan 31, 2020
@ctrombley ctrombley moved this from To do to In progress in Version 1.x Feb 5, 2020
@ctrombley ctrombley self-assigned this Feb 5, 2020
@zlesnr zlesnr assigned zlesnr and unassigned ctrombley Feb 6, 2020
@zlesnr zlesnr moved this from In progress to To do in Version 1.x Feb 6, 2020
@zlesnr zlesnr moved this from To do to In progress in Version 1.x Feb 6, 2020
@ctrombley ctrombley moved this from In progress to Ready for Review in Version 1.x Feb 11, 2020
Version 1.x automation moved this from Ready for Review to Done Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants