File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 AWS_SECRET_ACCESS_KEY : ${{ secrets.TIGER_CLI_RELEASES_AWS_SECRET_ACCESS_KEY }}
5151 AWS_REGION : us-east-1
5252 run : |
53- aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/latest.txt" "/install.sh"
53+ aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/latest.txt" "/install.sh" "/install.ps1"
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ blobs:
117117 name_template : " latest.txt"
118118 - glob : ./scripts/install.sh
119119 name_template : " install.sh"
120+ - glob : ./scripts/install.ps1
121+ name_template : " install.ps1"
120122
121123# Homebrew cask configuration
122124homebrew_casks :
Original file line number Diff line number Diff line change @@ -6,12 +6,18 @@ Tiger CLI is the command-line interface for Tiger Cloud. It provides commands fo
66
77Multiple installation methods are provided. Choose your preferred method from the options below. If you aren't sure, use the first one!
88
9- ### Install Script
9+ ### Install Script (macOS/Linux/WSL)
1010
1111``` bash
1212curl -fsSL https://cli.tigerdata.com | sh
1313```
1414
15+ ### Install Script (Windows)
16+
17+ ``` powershell
18+ irm https://cli.tigerdata.com/install.ps1 | iex
19+ ```
20+
1521### Homebrew (macOS/Linux)
1622
1723``` bash
You can’t perform that action at this time.
0 commit comments