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.
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.