--- 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 -n --tree ``` ### Next Step * [List Application Revision](./get-application-revision)