.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PCO_ACCESS_TOKEN
secret
Create a Planning Center personal access token or OAuth app credentials, then set either a bearer token or an app id/secret pair.
PCO_APP_ID
PCO_SECRET
secret
PCO_BASE_URL
PCO_USER_AGENT
brew install flyctl && fly launch --from https://github.com/abimaelmartell/pco-cli
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abimaelmartell/pco-cli
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abimaelmartell/pco-cli