list-views Command

Interface

pinstripe list-views

This 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/posts
  • generate-view - Create new views for handling web requests
  • list-services - List available business logic services
  • list-commands - List all available Pinstripe commands