Execute command in commit
Executes a CLI command within the context of a specific commit in a repository. The commit context is automatically set, allowing commands to analyze commit-specific code changes and history.
Path Parameters
- Type: stringrepositoryrequired
- Type: stringcommitrequired
- Type: stringcommandrequired
Responses
- 200
Command result
Request Example for post/commands/v1/repositories/{repository}/commits/{commit}/commands/{command}/execute
curl 'https://cli.wseng.ai/commands/v1/repositories/{repository}/commits/{commit}/commands/{command}/execute' \
--request POST \
--header 'x-api-key: YOUR_SECRET_TOKEN'
No Body
