circleci project create

Create a new project in a CircleCI organization.

Synopsis

Create a new project in a CircleCI organization.

The project name can be provided using the –name flag. If not provided, you will be prompted to enter it.

Examples: circleci project create github orgSlug –name my-new-project circleci project create circleci orgSlug –name my-new-project

The orgSlug can be retrieved from the CircleCI web app > Organization Settings > Organization slug.

Example orgSlug: in the CircleCI web app, circleci/9YytKzouJxzu4TjCRFqAoD -> 9YytKzouJxzu4TjCRFqAoD is the organization slug

circleci project create <vcs-type> <orgSlug> [--name <project-name>] [flags]

Flags

  -h, --help          help for create
      --name string   Name of the project to create

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO