You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ravion project config apply <id> accepts a project given ID, and creates the project when it does not exist yet and the config file's project.givenId matches the given ID. --dry-run plans the same creation without writing anything, so a config file can be validated before the project exists.
ravion project config apply prints a Project actions table when the apply plans or performs a project creation.
ravion project config apply --dry-run prints (known after apply) instead of an invented ID for projects, environments, and module instances that do not exist yet; the API omits those IDs from the dry-run response.