Skip to main content
The CLI reads ./.gateways.yaml in your working directory. Create or update it with gateways init.

Sample .gateways.yaml

This example is for an upload-type application whose build output is uploaded from dist/, then installed and started on the server after deploy.
For a static website, the target may be saved as bucket_explorer_id, static_website_id, or push_resource depending on the command flow you use. You can also omit target fields and let gateways push open the picker the first time.

Common fields

  • Commandsinit, reset, push, resource, and flags.
  • Introduction — Quick start with gateways init and gateways login.