library
turbot/teams
OverviewPipelines
0
Triggers
0
Variables
GitHub

Test Create Team

Test the create_team pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run teams.pipeline.test_create_team

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = teams.pipeline.test_create_team
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
team_namestringYesThe name of the team.flowpipe-test-team
team_descriptionstringNoFlowpipe test team.flowpipe-test-team
visibilitystringYesThe visibility of the group and team. Defaults to publicpublic

Outputs

NameDescription
create_teamCheck for pipeline.create_team.
get_teamCheck for pipeline.get_team.
delete_groupCheck for pipeline.delete_group.

Tags

type = test