library
turbot/teams
Get Involved
Version
Pipeline: Test Update Team
Test the update_team pipeline.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run teams.pipeline.test_update_team
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = teams.pipeline.test_update_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-mod-test-team |
team_description | string | No | Flowpipe test team. | flowpipe-mod-test-team |
visibility | string | Yes | The visibility of the group and team. | private |
Outputs
Name | Description |
---|---|
create_team | Check for pipeline.create_team. |
update_team | Check for pipeline.update_team. |
get_team | Check for pipeline.get_team. |
delete_group | Check for pipeline.delete_group. |
Tags
type = test