Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Usage

prv hq-workspace:setup [options]

Options

OptionDescription
--env_type[=<value>]Environment Type (production|staging|sandbox|testing|development)
--business_name[=<value>]Business or Organization Name (ex. ACME Company)
--env_name[=<value>]Application Branded Name (ex. Provisionr Workspace -or- ACME Identity Platform)
--managed_by_name[=<value>]Managed By Name (ex. Dade Murphy -or- IT Helpdesk Team)
--ui_color[=<value>]Tailwind CSS Color for Application UI Theme

Examples

Interactive installation

Opens an interactive wizard to configure your workspace.
prv setup

Production installation

prv setup --env_type=production --business_name="ACME Company" --env_name="ACME Identity Platform"

Development installation

prv setup --env_type=development