You can test custom actions locally without syncing on every change. Local registry should only be used for development. Production deployments should use remote custom registry sync.Documentation Index
Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
Use this file to discover all available pages before exploring further.
Why local development
- Faster feedback loop
- No need to sync on every change
- No need to republish a workflow to use the latest platform and custom actions
How to enable local development
In your.env file, set the following environment variables:
TRACECAT__LOCAL_REPOSITORY_ENABLEDtotrueTRACECAT__LOCAL_REPOSITORY_PATHto the path of your local repository e.g.~/repos/my-local-registryPYTHONPATHto/app/local_registry: