Skip to content

Config Workflow

Guapocado is config-first. Your billing config lives in your project and is pushed to Guapocado with the CLI.

Terminal window
npx guap init
Terminal window
npx guap login --sandbox

For local platform development:

Terminal window
npx guap login --sandbox --url http://localhost:4777
Terminal window
npx guap plan --sandbox

The plan command shows what will change before anything is applied.

Terminal window
npx guap push --sandbox

Production uses the same project config:

Terminal window
npx guap push --production