Add ability to output the CLI in JSON format #124

Merged
Vylpes merged 4 commits from feature/73-cli-json into develop 2024-01-19 18:02:16 +00:00
Owner

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

  • Added a JSON flag (-j, --json) to the CLI to allow you to output in JSON

#73

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.

  • Have added tests to ensure that the JSON is valid

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that provde my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - Added a JSON flag (`-j`, `--json`) to the CLI to allow you to output in JSON #73 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested? Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration. - Have added tests to ensure that the JSON is valid # Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that provde my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
Vylpes added 2 commits 2023-12-07 18:21:12 +00:00
Update tests
All checks were successful
continuous-integration/drone/push Build is passing
b2722b487e
Vylpes requested review from VylpesTester 2023-12-07 18:21:17 +00:00
Vylpes added the
type
story
label 2023-12-07 18:21:21 +00:00
VylpesTester was assigned by Vylpes 2023-12-07 18:21:24 +00:00
VylpesTester requested changes 2023-12-08 17:13:26 +00:00
VylpesTester left a comment
Member

Fix conflicts

Fix conflicts
VylpesTester added spent time 2023-12-08 17:13:40 +00:00
1 minute
Vylpes added 2 commits 2024-01-17 18:18:18 +00:00
Fix tests
All checks were successful
continuous-integration/drone/push Build is passing
55c11761be
Vylpes requested review from VylpesTester 2024-01-17 18:19:52 +00:00
VylpesTester approved these changes 2024-01-19 18:02:00 +00:00
VylpesTester added spent time 2024-01-19 18:02:04 +00:00
1 minute
Vylpes merged commit f9d09888ce into develop 2024-01-19 18:02:16 +00:00
Vylpes deleted branch feature/73-cli-json 2024-01-19 18:02:16 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 2 minutes
VylpesTester
2 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/random-bunny#124
No description provided.