Skip to main content

ogoron prepare

Purpose

Use ogoron prepare when you want Ogoron to create or refresh a local Ogoron-owned workspace.

Subcommands

  • ogoron prepare ui-workspace — prepare the Python UI test workspace under .ogoron/tests

Common options

Common flags for ogoron prepare ui-workspace:

  • --populate-support-mode — control whether the support layer is always populated, auto-reused, or skipped
  • --bootstrap-runtime / --no-bootstrap-runtime — control whether the Python runtime and dependencies are installed
  • --playwright-browser — select the Playwright browser to install during bootstrap
  • --smoke-check / --no-smoke-check — control whether a post-prepare smoke-check is run

Examples

# Prepare the UI workspace with runtime bootstrap
ogoron prepare ui-workspace

# Prepare the UI workspace without runtime bootstrap
ogoron prepare ui-workspace --no-bootstrap-runtime

Notes

  • ogoron prepare ui-workspace creates the UI workspace under .ogoron/tests.
  • The workspace includes its own Python runtime under .ogoron/tests/.venv when runtime bootstrap is enabled.