Closed subramanian42 closed 5 months ago
Nice and simple! Would you mind adding verification that this works in .github/workflows/e2e.yaml? Something like:
- name: ๐ฆ Install Shorebird CLI (powershell with custom path)
if: matrix.os == 'windows-latest'
run: ./install.ps1 InstallDirectory=/path/to/wherever
shell: pwsh
We'll also want to update https://docs.shorebird.dev/#install- to reflect this.
@bryanoltman what would you like to do with this?
This seems fairly stale and I'm not sure that it works (the PR seems to rename the installDirectory
variable to InstallDirectory
(note the capital 'I'), so going to close. Please resurrect if this is important to you.
Description
This pull request introduces a refactoring of the install.ps1 to enhance flexibility in specifying the installation directory for Windows environment. for the issue #22
Type of Change