The apply command requires v2 API features and cannot work with v1. Add early validation to provide a clear error message when users try to use apply with --api-version v1, instead of failing with a cryptic 403 Forbidden error. Error message explains that apply only supports v2 and guides users to use --api-version v2 or remove the api_version setting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.go | ||
| app_test.go | ||
| apply.go | ||
| instance.go | ||
| root.go | ||