Usage:  circleci pipeline create [flags]

Flags:
      --checkout-provider string   Checkout source provider (one of: github_app, github_server)
      --checkout-repo-id string    Checkout source repo external ID
      --config-file string         Config file path (e.g. .circleci/config.yml)
      --config-provider string     Config source provider (one of: github_app, github_server, circleci)
      --config-repo-id string      Config source repo external ID (required for github_app, github_server)
      --description string         Pipeline definition description
  -h, --help                       help for create
      --jq string                  Process values from the response using jq syntax
      --json                       Output as JSON
      --name string                Pipeline definition name (required)
      --project string             Project slug (e.g. gh/org/repo); defaults to git remote
      --project-id string          Project UUID (overrides --project)
  