Skip to main content
On server start, Forest automatically loads a new Forest schema if changes are detected. For better control, you can disable the automatic schema synchronization by adding the following environment variable: FOREST_DISABLE_AUTO_SCHEMA_APPLY=true(ex: for QA and testing purposes)
By doing so, you will need to manually synchronize your Forest schema using our CLI.
The command line forest schema:apply --secret YOUR_FOREST_ENV_SECRETapply the current schema of your repository to the specified environment (using your .forestadmin-schema.json file).