![]() |
![]()
| ![]() |
![]()
NAMEgh-project-field-create - Create a field in a project SYNOPSISgh project field-create [<number>] [flags] OPTIONS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Create a field in the current user's project "1" $ gh project field-create 1 --owner "@me" --name "new field" --data-type "text" # Create a field with three options to select from for owner monalisa $ gh project field-create 1 --owner monalisa --name "new field" --data-type "SINGLE_SELECT" --single-select-options "one,two,three" SEE ALSOgh-project(1)
|