kubevela.github.io/docs/how-to/dashboard/application/view-application-resource.md

19 lines
561 B
Markdown

---
title: View Resources List Created
---
If you want to learn the resources created by the applications, you can open the environment status page.
![app-resources](https://static.kubevela.net/images/1.3/app-resources.jpg)
There're three kinds of information including `Applied Resources`,`Conditions` and `Component Status`. The `Applied Resources` are all resources created by the applications.
## View resources via CLI
```bash
$ vela status <app_name> -n <namespace> --tree
```
### Next Step
* [List Application Revision](./get-application-revision)