Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:29
2a44fe5

Added

  • Short option aliases. Common flags now have single-character forms: -C (--directory), -e (--environment), -v (--verbose), -q (--quiet),
    -s (--scope), -y (--auto-approve), -f (--force), -o (--out / --out-dir), and -p (--plan-file).
  • Tab-completion for environment names. --environment <TAB> now completes the environment names discovered from the project's *.env.<name>.sql files.