
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
cli-plugin-webhooks
Advanced tools
Commerce Layer CLI Webhooks plugin
$ cl-webhooks COMMAND
$ cl-webhooks (-v | version | --version) to check the version of the CLI you have installed.
$ cl-webhooks [COMMAND] (--help | -h) for detailed information about CLI commands.
cl-webhooks webhooks
cl-webhooks webhooks:create
cl-webhooks webhooks:destroy ID
cl-webhooks webhooks:details ID
cl-webhooks webhooks:list
cl-webhooks webhooks:reset ID
cl-webhooks webhooks:update ID
cl-webhooks webhooks
List all the registered webhooks.
USAGE
$ cl-webhooks webhooks
OPTIONS
-c, --circuit=open|closed show only webhooks with circuit in the decalred state
-o, --organization=organization (required) the slug of your organization
See code: src/commands/webhooks/index.ts
cl-webhooks webhooks:create
Create a new webhook.
USAGE
$ cl-webhooks webhooks:create
OPTIONS
-i, --include=include a comma separated list of related resources to be included
-o, --organization=organization (required) the slug of your organization
-t, --topic=topic (required) the identifier of the event that will trigger the webhook
-u, --url=url (required) the callback URL used to POST data
See code: src/commands/webhooks/create.ts
cl-webhooks webhooks:destroy ID
Destroy an existing webhook.
USAGE
$ cl-webhooks webhooks:destroy ID
ARGUMENTS
ID unique id of the webhook
OPTIONS
-o, --organization=organization (required) the slug of your organization
ALIASES
$ cl-webhooks webhooks:delete
$ cl-webhooks wh:delete
$ cl-webhooks wh:destroy
See code: src/commands/webhooks/destroy.ts
cl-webhooks webhooks:details ID
Show the details of an existing webhook.
USAGE
$ cl-webhooks webhooks:details ID
ARGUMENTS
ID unique id of the webhook
OPTIONS
-H, --hide-empty hide empty attributes
-o, --organization=organization (required) the slug of your organization
ALIASES
$ cl-webhooks webhook
$ cl-webhooks wh:details
See code: src/commands/webhooks/details.ts
cl-webhooks webhooks:list
List all the registered webhooks.
USAGE
$ cl-webhooks webhooks:list
OPTIONS
-c, --circuit=open|closed show only webhooks with circuit in the decalred state
-o, --organization=organization (required) the slug of your organization
ALIASES
$ cl-webhooks wh:list
EXAMPLES
$ commercelayer webhooks
$ cl webhooks:list
$ cl wh:list
See code: src/commands/webhooks/list.ts
cl-webhooks webhooks:reset ID
Reset the circuit breaker associated to the webhook.
USAGE
$ cl-webhooks webhooks:reset ID
ARGUMENTS
ID unique id of the webhook
OPTIONS
-o, --organization=organization (required) the slug of your organization
See code: src/commands/webhooks/reset.ts
cl-webhooks webhooks:update ID
Create a new webhook.
USAGE
$ cl-webhooks webhooks:update ID
ARGUMENTS
ID unique id of the webhook
OPTIONS
-i, --include=include a comma separated list of related resources to be included
-o, --organization=organization (required) the slug of your organization
-t, --topic=topic the identifier of the event that will trigger the webhook
-u, --url=url the callback URL used to POST data
See code: src/commands/webhooks/update.ts
FAQs
Commerce Layer CLI Webhooks plugin
The npm package cli-plugin-webhooks receives a total of 0 weekly downloads. As such, cli-plugin-webhooks popularity was classified as not popular.
We found that cli-plugin-webhooks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.