dotset preflight push
Upload your local.preflight.yaml schema to your linked Dotset Cloud project. This allows you to manage environment configuration centrally and share it with your team.
Usage
Options
| Option | Description | Required |
|---|---|---|
-s, --schema <path> | Path to schema file (default: .preflight.yaml) | No |
Requirements
- Linked Project: Your workspace must be linked to a Dotset project (
dotset link). - Schema File: A valid
.preflight.yamlfile must exist.
Example
What Happens
- The CLI validates your
.preflight.yamlfile. - It sends the schema to the Dotset Cloud API.
- The schema becomes the Managed Schema for your project.
- Teammates can pull this schema using
dotset preflight sync.