This change will store and read environment variables defined in a .env.local file that can be used to authenticate with GHCR to fetch new versions of the valet-cli container. This also updates the configure command to interactively set these credentials.
How's this tested?
Configure these credentials
dotnet run --project src/Valet/Valet.csproj -- configure
Use these credentials
dotnet run --project src/Valet/Valet.csproj -- update
What's changing?
This change will store and read environment variables defined in a
.env.local
file that can be used to authenticate with GHCR to fetch new versions of the valet-cli container. This also updates theconfigure
command to interactively set these credentials.How's this tested?