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 login [options]

Options

OptionDescription
-C, --createCreate a new connection
-S, --switchSwitch to a different existing connection
-d, --domain[=<value>]The fully qualified domain name of the connection (without https://)
-t, --token[=<value>](Create) The activation API token obtained from the UI

Examples

Interactive login

Opens an interactive flow to create or switch connections.
prv login

Create new connection

prv login --create --domain=wkex1337.us.provisionr.app

Create with token

prv login --create --domain=wkex1337.us.provisionr.app --token=prv-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Switch to existing connection

prv login --switch --domain=wkex1337.us.provisionr.app