gplay notify
gplay notify
Section titled “gplay notify”Send notifications to Slack, Discord, or HTTP webhooks.
gplay notify <subcommand> [flags]gplay notify send
Section titled “gplay notify send”Send a notification to a webhook.
gplay notify send --webhook-url <url> --message <text> [flags]| Flag | Description | Default |
|---|---|---|
--event-type |
Event tag (e.g., release, review, rollout) | `` |
--format |
Payload format: slack (default), discord, generic | slack |
--message |
Notification message text (required) | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name for message context | `` |
--pretty |
Pretty-print JSON output | false |
--webhook-url |
Webhook URL (required) | `` |