list-views Command
Interface
pinstripe list-viewsThis command takes no parameters.
Description
Lists all available views in the current Pinstripe project. Views are the web controllers and templates that handle HTTP requests and render responses.
Example Output
The following views are available:
* admin/comments
* admin/posts
* admin/users
* public/home
* public/postsRelated Commands
generate-view- Create new views for handling web requestslist-services- List available business logic serviceslist-commands- List all available Pinstripe commands