type: meya.cli.event.deploy.start
class: MeyaSdkDeployStartEvent
path: /meya/cli/event/deploy/start.py
signature: -
Fields
| field | signature | required | type | default |
|---|---|---|---|---|
| member_id | ○ | ◉ | str | |
| thread_id | ○ | ◉ | str | |
| app_config | ○ | ◉ | dict | |
| deploy_type | ○ | ◉ | DeployType | |
| next_revision | ○ | ◉ | str | |
| request_id | ○ | ◉ | str | |
Examples
Data
{
"type": "meya.cli.event.deploy.start",
"data": {
"member_id": "STRING",
"thread_id": "STRING",
"app_config": {
"STRING": "ANY"
},
"deploy_type": "build|grid_reload|reload",
"next_revision": "STRING",
"request_id": "STRING"
}
}