Changelog
- 995cb67: Don't try to read the response body on error (@K-Phoen)
- e0b4a9e: Display errors generated by the --script in a pretty format instead of just logging them (@K-Phoen)
- 6e6f842: Move the definition of fail.DetailedErr out of ./internal/ and handle them centrally in the cmd (@K-Phoen)
- 0e83307: Handle more errors globally (@K-Phoen)
- 07662fa: Display suggestions in
config checkcommand (@K-Phoen) - 36ee3da: Bump github.com/grafana/grafana-app-sdk/logging in the go group (@dependabot[bot])
- 7374271: Serve folders from the remote grafana instance when they don't exist in memory (@K-Phoen)
- 8c99313: Bootstrap a
resources editcommand (@K-Phoen) - 956fca4: Bump a few dependencies (@K-Phoen)
- e106e1e: Generate a reference of available environment variables (@K-Phoen)
- e6dd0b9: Add make targets for env var reference tasks (@K-Phoen)
- 9fabf79: Update golangci-lint to v2 (@K-Phoen)
- a78a5e9: Print a brief status for push/pull operations (@K-Phoen)
- ab89fa4: Add a "resource validate" command (@K-Phoen)
- ae02962: Print push/pull summaries on stdout (@K-Phoen)
- 72e9411: Reuse formatting codecs in config package (@K-Phoen)
- f717eae: Set better defaults when no configuration file exists (@K-Phoen)
- fa6c39b: Fix
resources servecommand to work with subpath (@K-Phoen) - 9202ee6: Set json as default format when working with resources (@K-Phoen)
- a167829: Add a "config list-contexts" command (@K-Phoen)
- 0812cc5: Add some documentation on how to configure grafanactl (@K-Phoen)
- bc9e622: Respect HTTP config in resource server (@radiohead)
- 14f1a22: buildvcs false (@ryantxu)
- 2455439: Build and publish documentation on release (@K-Phoen)
- d60c1c5: Rebuild CLI reference (@K-Phoen)
- 3c054e6: Add a small introduction in the documentation's homepage (@K-Phoen)
- e3f0c80: update authlib (@ryantxu)
- 7c23018: Make linter happy (@K-Phoen)
- b33f96f: Add index page for reference (@K-Phoen)
- 661d3ba: Tweak navigation ordering (@K-Phoen)
- 3bb7eff: Add a guide on managing resources (@K-Phoen)
- 624a56e: Add a "Explore and modify resources" guide (@K-Phoen)
- 348d8e6: Add a GitHub action to build + publish docs only (@K-Phoen)
- 676e367: Refactor discovery and clean up codebase (@radiohead)
- 5a834c2: Fix serve (@radiohead)
- 54bfbc4: Address code review issues (@radiohead)