Update Board

Description

Update a board.

Command

codefresh patch board [id]

Arguments

Option Alias Default Description
id Id of existing board

Options

Option Alias Type Default Description
--help Print help information
--name Name of existing board
--newName New name
--filter New filter

Examples

Update name and filter of board. Specifying board by ID

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

Update name and filter of board. Specifying board by NAME

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