library
turbot/gitlab
OverviewPipelines
0
Triggers
0
Variables
GitHub

List Group Projects

List group projects.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gitlab.pipeline.list_group_projects \
--arg 'group_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gitlab.pipeline.list_group_projects
args = {
group_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
group_idstringYesThe ID or URL-encoded path of the group owned by the authenticated user.-
visibilitystringNoLimit by visibility public, internal, or private.-

Outputs

NameDescription
group_projectsA list of group projects.