Back to Terragrunt

Install Script Tip Test

docs/src/data/changelog/v1.0.2/install-script-tip-test.mdx

1.0.3440 B
Original Source

Install script now supports tip and test builds

The install script can now install tip builds and on-demand test builds. Three new flags are available:

  • --tip installs the latest tip build from main
  • --test installs an on-demand test build
  • --commit <sha> installs a build for a specific commit

Downloads are verified against GPG/Cosign signatures and SHA256 checksums before installation.