validate_track
Validate track names before deployment by checking if the specified track is internal, alpha, beta, or production.
Instructions
Validate track name before using it in deployment operations.
Args: track: Track name to validate (internal, alpha, beta, production)
Returns: Validation result with any errors found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||