library
turbot/teams
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
team_name | string | Yes | The name of the team. | flowpipe-test-team |
team_description | string | No | Flowpipe test team. | flowpipe-test-team |
visibility | string | Yes | The visibility of the group and team. Defaults to public | public |
Outputs
Name | Description |
---|---|
create_team | Check for pipeline.create_team. |
get_team | Check for pipeline.get_team. |
delete_group | Check for pipeline.delete_group. |
Tags
type = test