Create a section.
You can create a section specifying name unique for account.
codefresh create section <name>
Option | Alias | Default | Description |
---|---|---|---|
name | Name of section. required |
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 |
codefresh create section NAME --board-name BOARD_NAME --cluster CLUSTER_NAME
codefresh create section NAME --board-id ID --cluster CLUSTER_NAME --color "#00AACC" --index 1