cli.deploy.start

type: meya.cli.event.deploy.start
class: MeyaSdkDeployStartEvent
path: /meya/cli/event/deploy/start.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr
app_configdict
deploy_typeDeployType
next_revisionstr
request_idstr

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"
    }
}