Verb Path Action Route Name
GET /build index base.index
GET /install install base.install
// Install dependencies and create directories
Verb Path Action Route Name
GET /site index site.index
GET /site/init init site.init
GET /site/{site.uuid} show site.show // Show site info
GET /site/add/{site.uuid}/{user.email}/{user.password} add site.add [--site-uuid=<value>] [--user=<value>] [--password=<value>]
GET /site/{site.uuid}/{site.environment}/remove remove site.remove [--site-uuid=<value>] [--site-environment=<value> (optional)]
GET /site/endpoints/{site.uuid}/{site.environment} [--site-uuid=<value>] [--site-environment=<value>] endpoints site.endpoints // Show endpoint info for the site
// Install dependencies and create directories
Verb Path Action Route Name
GET /parse index parse.index
GET /site/{site.uuid} show site.show // Show site info
GET /site/add/{site.uuid}/{user.email}/{user.password} add site.add [--site-uuid=<value>] [--user=<value>] [--password=<value>]
GET /parse/{site.uuid}/{site.environment}/remove remove site.remove [--site-uuid=<value>] [--site-environment=<value> (optional)]
GET /site/report/{site.uuid}/{site.environment}/{report.id} [--site-uuid=<value>] [--site-environment=<value>] endpoints site.endpoints // Show endpoint info for the site
Verb Path Action Route Name
GET /report index site.index
GET /report/{site.uuid} show site.show // Show site info
GET /report/add/{site.uuid}/{user.email}/{user.password} add site.add [--site-uuid=<value>] [--user=<value>] [--password=<value>]