cloudflare / cloudflare/serverless-cloudflare-workers
Lifecycle events?
Open
- Dominant language
- JavaScript
- Stars
- 180
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Can the plugin be adjusted so that it emits proper life cycle events when making changes? For instance, if you want to do something after the worker is deployed, but before the routes are? Or after the KV namespaces are created?
The serverless docs are a bit sparse on writing plugins, but it looks like if you want to emit lifecycle events you have to define commands; but then you can hook into the normal `deploy` command to run the full suite.
Contributor guide
Assessment
This issue has not been assessed yet.