npm installnpm run dev-setupThis 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
npm run build-cliStart the app in the dev environment:
npm run startTo package apps for the local platform:
npm run package