sync_budgets_from_yaml
Import budgets from a YAML file to version-control spending limits alongside infrastructure code. Idempotent and safe to run multiple times.
Instructions
Import budgets from a budget.yml file. Idempotent, running twice is safe. Use this to version-control your spending limits alongside your infrastructure code.
budget.yml format: budgets: - name: Platform Team Monthly scope_type: team scope_value: platform period: monthly limit_usd: 15000 alert_at_pct: 80 block_at_pct: 100
Args: yaml_path: Path to the budget.yml file
Examples: - "Load budgets from ./budget.yml" - "Sync budgets from /path/to/budget.yml" - "Import the budget configuration file"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml_path | Yes |