Skip to content

Releases: jsade/domo-query-cli

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 28 Jan 09:24

1.7.4 (2026-01-28)

Bug Fixes

  • mcp: centralize env loading to suppress dotenv stdout pollution (8cb33e1)

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 17 Dec 22:40

1.7.3 (2025-12-17)

Bug Fixes

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 16 Dec 22:27

1.7.2 (2025-12-16)

Bug Fixes

  • resolve pkg binary runtime error (836d0fd)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 22:03

1.7.1 (2025-12-16)

Bug Fixes

  • suppress dotenv verbose output and allow relative paths for export config (ce5174c)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 23:14

1.7.0 (2025-12-09)

Bug Fixes

  • deps: downgrade inquirer to 9.3.7 for autocomplete compatibility (d3b10cb)
  • update Domo role and authority interfaces (c99b94b)

Features

  • api: add API functions for audit logs and roles management (9e6ce29)
  • api: add type definitions and date utilities for audit logs and roles (139d7e5)
  • commands: add 9 audit log and role management commands (616f350)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 21:07

1.6.0 (2025-12-08)

Features

  • output: unified output/export system infrastructure with consistent flag handling across all commands
  • output: migrate 31 commands to unified output system (Phases B1-B6)
  • output: add --format=json, --export, --export=md, --export=both, --export-path, --output, and --quiet flags
  • output: legacy alias support (--save, --save-json, --save-md, --save-both, --path) for backward compatibility

Bug Fixes

  • output: fix --format=json silently ignoring --save* flags - both now work together
  • output: fix --export-path not being properly passed to export functions

Documentation

  • docs: comprehensive CLI.md update with unified output system documentation
  • docs: update README.md command table and output options section
  • docs: update STORAGE.md with export flag precedence rules and examples

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 15:40

1.5.0 (2025-10-30)

Features

  • Add group management commands and repository (92dcad1)
  • add user management commands (list-users, get-user) (5107c3f)
  • fix group API endpoints and add MCP user/group tools (12fa60e)
  • integrate user/group management with database sync and documentation (df26438)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 15:08

1.4.0 (2025-10-29)

Features

  • add dependabot.yml configuration for npm and GitHub Actions (56617f5)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 14:44

1.3.0 (2025-10-26)

Features

  • mcp: add environment variables for database and log paths in MCP server setup (a1eb16b)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 14:35

1.2.0 (2025-10-26)

Bug Fixes

  • commands: Added customizable rendering options and detailed status messages to RenderCardCommand [skip ci] (3cb5807)
  • commands: improve formatting and readability in GetDatasetChildrenCommand and GetDatasetParentsCommand (b1ae4e4)
  • commands: RenderCardCommand more self-sufficient and improve export path handling [skip ci] (8ea4d76)

Features

  • commands: add GetDatasetChildrenCommand and GetDatasetParentsCommand for lineage queries (00bc0c6)