bj webhook¶
Manage Bitbucket webhooks.
Synopsis¶
Description¶
Bitbucket webhooks. Bitbucket registers them on one of two subject types, a single repository or a whole workspace, so commands default to the current repository and --workspace NAME switches to workspace scope. Run bj webhook events for the event names you can subscribe to. There is no forward subcommand: the gh webhook extension's forwarding relies on a GitHub-side relay that Bitbucket has no equivalent for.
Commands¶
| Command | Description |
|---|---|
list |
List webhooks on a repository or workspace. |
view |
View a single webhook. |
create |
Create a webhook. See bj webhook events for the event names. |
edit |
Edit a webhook. Only the fields you pass change. |
delete |
Delete a webhook. |
events |
List the events a webhook can subscribe to. |