yarn
yarn dev-setup
This will internally check out the default branch of pomerium/cli
( cd cli && git checkout [commit-ish] )
To fetch branch updates and rebuild the cli binary
yarn build-cli
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package