library
turbot/gitlab
Get Involved
Version
Pipeline: Update Project
Update a project by ID.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gitlab.pipeline.update_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.update_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. | - |
| name | string | No | The name of the project. | - |
| visibility | string | No | Limit by visibility public, internal, or private. | - |
| default_branch | string | No | The default branch name. | - |
| description | string | No | Short project description. | - |
Outputs
| Name | Description |
|---|---|
| project | Project details. |
Tags
recommended = true