Update Section

Description

Update a section.

Command

codefresh patch section [id]

Arguments

Option Alias Default Description
id Id of existing section

Options

Option Alias Type Default Description
--help Print help information
--boardId Id of existing board
--boardName Name of existing board
--name Name of existing section
--newName New name
--cluster Name of linked cluster
--color New color
--index New index

Examples

Update name and filter of section. Specifying section by ID

codefresh patch section ID --new-name NEW_NAME --filter /app-*/gi

Update name and filter of section. Specifying section by NAME

codefresh patch section --name OLD_NAME --new-name NEW_NAME --filter /app-*/gi