Skip to content

Releases: andreagrandi/mb-cli

Release v0.2.0

12 Mar 06:52

Choose a tag to compare

Changelog

  • c8ec8b6 Bump actions/upload-artifact from 6 to 7
  • b10df6d Bump goreleaser/goreleaser-action from 6 to 7
  • a5415b7 Reduce logo size in README
  • 697debc Upgrade build and CI to Go 1.26.1
  • 4f86427 add dashboard dependency analysis command
  • 597c0ce add dashboard inspection commands
  • 745da0e add dashboard parameter value lookup commands
  • 3430298 add parameterized card and dashboard execution
  • def76e1 document dashboard workflows and prepare v0.1.4 release
  • 4d9f2d2 expand card get with full query metadata
  • 601767e improve dashboard query safety and errors
  • 3748f3c release 0.2.0

Release v0.1.3

05 Mar 21:42
a4e326b

Choose a tag to compare

Changelog

  • 6cc34ba Add PII redaction enabled by default for query results
  • a4e326b Release v0.1.3

Release v0.1.2

05 Mar 20:52
8fff617

Choose a tag to compare

Changelog

  • 59c7882 Add --error-format json for structured error output on stderr (Step 13d)
  • ce3c9d7 Add --fields flag for JSON field masking on query results (Step 13f)
  • a57b3d0 Add TTY auto-detection for smart output format defaults (Step 13c)
  • 6dd79c9 Add mb-cli context command for agent consumption (Step 13a)
  • 3dc434a Add mb-cli schema JSON introspection command (Step 13b)
  • cb87f55 Add input validation to reject control characters (Step 13e)
  • 3300da4 Add query filter command for structured MBQL queries (Step 14)
  • 765917e Fix Homebrew install instructions
  • 2c31baa Fix gofmt formatting in error_format_test.go
  • 8fff617 Release v0.1.2

Release v0.1.1

05 Mar 19:16
1693b57

Choose a tag to compare

Changelog

  • 03b14b6 Add logo to README
  • da43a30 Add project logo
  • 1693b57 Release v0.1.1
  • fff8f28 Switch from homebrew_casks back to brews for CLI binary

Release v0.1.0

05 Mar 19:06
9e0d78a

Choose a tag to compare

Changelog

  • 6d8aa2c Add .envrc to .gitignore to prevent leaking credentials
  • 063f574 Add CI/CD workflows and Dependabot configuration
  • 48f89ab Add JSON and table output formatters
  • 22b46ba Add Metabase HTTP client with API key auth
  • fc3ada0 Add SQL query command with database name resolution
  • 0421293 Add card commands and API methods
  • b005898 Add database commands and API types
  • 56e2054 Add documentation, changelog, and release process
  • 3bfefc3 Add field commands and API methods
  • f22b2d6 Add goreleaser configuration for automated releases
  • ccd7489 Add implementation plan for Metabase CLI tool
  • f165ef5 Add project scaffolding, config, CLI root, and version command
  • c453c77 Add release process documentation requirement to step 12
  • 109a2cc Add search command and API methods
  • 72a7987 Add step 14 to plan: structured query (filter) command
  • 1d48aa7 Add table commands and API methods
  • b9c36cf Fix gofmt formatting in types.go
  • e221536 Fix plan to use mb-cli binary name consistently
  • df15585 Initial commit
  • 18f3b50 Mark implementation progress in plan (steps 1-6 done)
  • 7df0024 Mark steps 11 and 12 as completed in plan
  • 9e0d78a Release v0.1.0
  • a562eec Update README description