library
turbot/gitlab
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.gitlab
YesName of GitLab connection to use. If not provided, the default GitLab connection will be used.connection.gitlab.default
project_id
string
YesThe ID of the project.-
name
string
NoThe name of the project.-
visibility
string
NoLimit by visibility public, internal, or private.-
default_branch
string
NoThe default branch name.-
description
string
NoShort project description.-

Outputs

NameDescription
projectProject details.

Tags

recommended = true