Open JeffGiroux opened 4 years ago
It appears that the F5 cli is outputting to stderr instead of stdout. When I run the following command, the json file is blank.
f5 cloud-services subscription show --subscription-id s-xyz > test.json
When I pipe to stderr, I see expected json payload in my json file.
f5 cloud-services subscription show --subscription-id s-xyz 2> test.json
Thank you for this feedback. Internal issue AUTOSDK-217 has been created for this.
It appears that the F5 cli is outputting to stderr instead of stdout. When I run the following command, the json file is blank.
f5 cloud-services subscription show --subscription-id s-xyz > test.json
When I pipe to stderr, I see expected json payload in my json file.
f5 cloud-services subscription show --subscription-id s-xyz 2> test.json