library
turbot/pipes
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Create User Workspace

Creates a new workspace for a user.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run pipes.pipeline.create_user_workspace \
--arg 'user_handle=<string>' \
--arg 'handle=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = pipes.pipeline.create_user_workspace
args = {
user_handle = <string>
handle = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.pipes
YesName of Pipes connection to use. If not provided, the default Pipes connection will be used.connection.pipes.default
user_handle
string
YesThe handle of the user where we want to create the workspace.-
handle
string
YesThe handle name of the workspace to create.-

Outputs

NameDescription
user_workspaceWorkspace details.

Tags

recommended = true