mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
699913406b
* #3236 Added dev/config view * Refactored use of echo to * Added config/audit for matching missing property definitions in the current config * Minor enhancements to dev/config implementation
20 lines
614 B
YAML
20 lines
614 B
YAML
---
|
|
Name: DevelopmentAdmin
|
|
---
|
|
SilverStripe\Dev\DevelopmentAdmin:
|
|
registered_controllers:
|
|
build:
|
|
controller: SilverStripe\Dev\DevBuildController
|
|
links:
|
|
build: 'Build/rebuild this environment. Call this whenever you have updated your project sources'
|
|
tasks:
|
|
controller: SilverStripe\Dev\TaskRunner
|
|
links:
|
|
tasks: 'See a list of build tasks to run'
|
|
confirm:
|
|
controller: SilverStripe\Dev\DevConfirmationController
|
|
config:
|
|
controller: Silverstripe\Dev\DevConfigController
|
|
links:
|
|
config: 'View the current config, useful for debugging'
|