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 workspace-integration:create [options]

Aliases

You can also use these shorthand aliases:
  • prv workspace-integration:new
  • prv wsitg:create
  • prv wsitg:new

Options

OptionDescription
--vendor[=<value>]The handle of the vendor (gitlab_saas|gitlab_self|google|okta|slack|…)
-s, --handle[=<value>]The shorthand snakecase string you use to uniquely identify this vendor instance.
--api(Debug) Show the API endpoint and query string in the command header

Examples

Create integration (interactive)

prv workspace-integration:create

Create Google Workspace integration

prv workspace-integration:create --vendor=google --handle=google_workspace

Create Okta integration

prv workspace-integration:create --vendor=okta --handle=okta_sso

Create GitLab integration

prv workspace-integration:create --vendor=gitlab --handle=gitlab_main

Create Slack integration

prv workspace-integration:create --vendor=slack --handle=slack_corp