Skip to content

CLI 1.1.0

Choose a tag to compare

@mabadir mabadir released this 20 Aug 16:24
0c7dd55

1.1.0 (2026-08-19)

Features

  • 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.