Config Workflow
Guapocado is config-first. Your billing config lives in your project and is pushed to Guapocado with the CLI.
Initialize
Section titled “Initialize”npx guap initLog In
Section titled “Log In”npx guap login --sandboxFor local platform development:
npx guap login --sandbox --url http://localhost:4777npx guap plan --sandboxThe plan command shows what will change before anything is applied.
npx guap push --sandboxProduction uses the same project config:
npx guap push --production