apps-cli-plugin
apps-cli-plugin copied to clipboard
Apps Plugin for the Tanzu CLI
### Description of problem app devs appreciate efficiency and convenience. providing broad support for autocompleting flag values makes it possible for people to NOT remember names of items added previously...
### Description of problem Currently, the apps plugin gets the URL for a given workload directly from the knative service. This implementation is brittle (if/when a workload has been deployed...
### Please fill out the issue checklist below and provide ALL the requested information. - [X] I reviewed open and closed Github issues that may be related to my problem....
### Description of problem Currently the codebase contains lot of repeated code in dies(generating fakes) for the WorkloadSpec and WorkloadStatus. This can be done better by adding some helper func...
### Description of problem The target cluster may include multiple supply chains which support several different workload `types`. Providing `--type` value autocomplete (if possible) will help app devs to provide...
### Please fill out the issue checklist below and provide ALL the requested information. - [x] I reviewed open and closed Github issues that may be related to my problem....
### Please fill out the issue checklist below and provide ALL the requested information. - [x] I reviewed open and closed Github issues that may be related to my problem....
### Description of problem - Add multiple pods with label `carto.run/workload-name: workload_name` that spits out some logs regularly - e2e test - create a workload - execute `tanzu tail` command...
## implementing this change is dependent upon updates to cartographer There's an ask for them to add a field to their status which provides the fully qualified reference to the...
### Description of problem In `workload get` command output, `Messages` section displays issues from `status.conditions` of the workload object. Supply chain surfaces one of the errors to its conditions block...