master
add a no-transaction flag
cli: Use `-` instead of `*` in unordered list in docs and fix char cases
cli: enhance e2e tests
cli: fix lint errors
docs: add links to feature docs for CLI commands
docs: improve Long values for CLI
cli: Update docs for `hasura metadata reload` and `hasura migrate create`
docs: update cli long punctuation and update commands
cli: fix missing usages of errors package
cli: avoid exporting hasura-specific schemas during hasura init
cli: Add `--disallow-inconsistent-metadata` flag to `hasura metadata apply` command
server: fix bugs in clear_metadata code path
cli: enhance `metadata diff` command
CLI: Fix help message on metadata export
cli: move AddDatabaseToHasura to testutil package
cli: refactor `commands/metadata_handlers.go` to use `internal/errors`
cli: improve error/log messages
cli: improve log messages to highlight database names
cli: make `--database-name` optional in `migrate` subcommands when using a single database
cli: show expanded error information in debug logs
cli: use absolute path of project directory
cli: make update prompts non-intrusive