Create section

Description

Create a section.

You can create a section specifying name unique for account.

Command

codefresh create section <name>

Arguments

Option Alias Default Description
name Name of section. required

Options

Option Alias Type Default Description
--help Print help information
--board-id Id of board where section is creating
--board-name Name of board where section is creating
--cluster Name of linked cluster
--color string #CCAA00 Color of section
--index string 1 Index of section

Examples

Creating a section with board name

codefresh create section NAME --board-name BOARD_NAME --cluster CLUSTER_NAME

Creating a section with board id

codefresh create section NAME --board-id ID --cluster CLUSTER_NAME --color "#00AACC" --index 1