env can target production, staging, dev, or preview. The compiled CLI default is still preview when you do not set one.
traffic_mode and access_policy exist on the server, but they are stored through app config and lane policy, not as relay deploy flags.
preview_url comes back from the deploy record after rollout, even when the lane is staging or dev. The field name stayed the same for compatibility.
The setup wizard now prompts for docker or station. The legacy vessel label is gone from the visible CLI surface.
.relayignore is project-local and only affects sync uploads. Built-in excludes still apply so node_modules, git state, and Relay metadata stay out of the deploy manifest.
The CLI saves a local workspace fingerprint, so a stale saved base version does not force a pull when your local repo is clearly newer and has diverged.
status, list, and projects are read-only views over the same deploy and app state tables the dashboard uses.