fix: --output_format respects argument#56
Conversation
|
@microsoft-github-policy-service agree |
|
@ayeshurun, @ohadedry ready for review |
|
Thank you for your contribution to the CLI project! We will begin triaging the associated issue shortly. Upon completion of the triage process, we will remove the As a reminder, all contributions must adhere to our contribution guidelines. In particular, pull requests should be linked to an approved issue that includes the help wanted label. We kindly ask that these guidelines be followed for all future contributions. Thank you once again — we look forward to continued collaboration. |
|
@ayeshurun Thanks for the reply, after looking at the contribution guidelines I was perhaps a bit hasty ;) @aviatco lmk if you need any other changes. |
af6d387 to
2bf97fe
Compare
|
@aviatco if there are no more remarks then on my side is ready to be merged. |
|
@Guust-Franssens it looks like one test has failed, please ensure all tests are passing, only then we will be able to merge. |
|
@ayeshurun the failing test IMO had to be updated as to reflect the new implementation that uses |
Description
Fixes #55 - The
--output_formatflag was not being respected for thefab auth statuscommand, causing JSON output to be displayed as text format instead.Changes
auth statuscommand to properly respect the--output_formatargument--output_format jsonis specified, the command now returns machine-readable JSON output instead of formatted textRelated Issue
Closes #55
Type of Change
Testing
fab auth status --output_format jsonChecklist