You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I have some supply chains in my cluster
When I run `tanzu apps csc get my-suppply-chain --output yaml` or `tanzu apps csc list --output yaml`
Then I get the output of the supply chain in yaml format
Given I have some supply chains in my cluster
When I run `tanzu apps csc get my-suppply-chain --output json` or `tanzu apps csc list --output json`
Then I get the output of the supply chain in json format
This is a nice-to-have feature that hasn't been explicitly requested by end-users.
Because we'll be creating a new supply-chain plugin to LCM supply chains and the current version of supply chains will be deprecated, we've made a decision against investing in this work.
Description of problem
Proposed solution
Example
Describe alternatives you've considered
Use
-o
as shorthand for--output
Additional context
Behaviour should be similar to
workload get -o yaml/json
andworkload list -o yaml/json
The text was updated successfully, but these errors were encountered: