gh-project-create - Create a project

NAME  SYNOPSIS  OPTIONS  EXAMPLE  SEE ALSO 

NAME

gh-project-create - Create a project

SYNOPSIS

gh project create [flags]

OPTIONS

--format <string>

Output format: {json}

--owner <string>

Login of the owner. Use "@me" for the current user.

--title <string>

Title for the project

EXAMPLE

# create a new project owned by login monalisa
gh project create --owner monalisa --title "a new project"

SEE ALSO

gh-project(1)


Updated 2024-01-29 - jenkler.se | uex.se