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