SilverStripe Development Tools
https://www.tinyconnect.homes/
dev
/dev/build:
Build/rebuild this environment. Run this whenever you have updated your project sources
Parameters:
no-populate
Don't run
requireDefaultRecords()
on the models when building.This will build the table but not insert any records [default: 0]
dont_populate
Deprecated - use
no-populate
instead [default: 0]
/dev/build/cleanup:
Remove records that don't have corresponding rows in their parent class tables
/dev/build/defaults:
Build the default data, calling requireDefaultRecords on all DataObject classes
/dev/config:
View the current config, useful for debugging
/dev/config/audit:
Find configuration properties that are not defined (or inherited) by their respective classes
/dev/generatesecuretoken:
Generate a secure token
Parameters:
algorithm
The hashing algorithm used to generate the token. Can be any identifier listed in
hash_algos()
[default: sha1]
/dev/graphql/build:
Build the GraphQL schema(s)
Parameters:
schema
The name of the schema to be built. If not passed, all schemas will be built
/dev/tasks:
See a list of build tasks to run (QueuedJobs version)