library
turbot/gitlab
Get Involved
Version
Pipeline: Get Project
Get a project by ID.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gitlab.pipeline.get_project \ --arg 'project_id=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gitlab.pipeline.get_project args = { project_id = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.gitlab | Yes | Name of GitLab connection to use. If not provided, the default GitLab connection will be used. | connection.gitlab.default |
project_id | string | Yes | The ID of the project. | - |
Outputs
Name | Description |
---|---|
project | Project details. |
Tags
recommended = true