list_environments
Retrieve deployment environments for a Bitbucket repository to manage test, staging, and production configurations.
Instructions
List deployment environments for a repository.
Args:
repo_slug: Repository slug
limit: Maximum number of results (default: 20)
Returns:
List of environments (e.g., test, staging, production)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| limit | No |