id: cli-event
name: cli-event
eventGroup: cli
version: 0.0.1
model:
  keyName: String
filters:
  -
    id: on-event
    name: onEvent
    condition: null
    actions:
      -
        id: gcp
        async: true
        type: GCP
        action: FIRESTORE
        operation: set
        serviceAccountId: service-account-id-2
        template:
          path: /path-to/mydoc
          merge: false
          payload:
            keyName: '{keyName}'
