This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install the homelab CLI from the private GitHub repo. | |
| # | |
| # Usage (remote): | |
| # gh api repos/EdwardKerckhof/homelab-v2/contents/cli/install.ps1 -H "Accept: application/vnd.github.raw" | iex | |
| # | |
| # Usage (local, from a cloned repo): | |
| # .\cli\install.ps1 | |
| # | |
| # On a fresh Windows machine, this script auto-installs git, python, and pipx | |
| # via winget before installing the CLI. |