Automated GitHub organization settings for Pi515 .
For Unix operating systems, install homebrew
and then run the following:
brew install gh
brew install pnpm
brew install awscli
brew install terraform
Install dependencies with pnpm
.
pnpm i
Ask @ryanemcdaniel for organizational identity provider credentials and an AWS human-read role.
Use gh
to authenticate the GitHub provider
.
gh auth login
export GIT_TOKEN=$(gh auth token)
For convenience with root CWD, use these pnpm
aliases for terraform
:
pnpm run get
pnpm run init
pnpm run format # fmt -recursive
pnpm run select # workspace select
pnpm run plan