Skip to content

CLI Reference

This page provides auto-generated documentation for the crowdcent CLI for the CrowdCent Challenge.

crowdcent

Command Line Interface for the CrowdCent Challenge.

Usage:

crowdcent [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show this message and exit.

download-inference-data

Usage:

crowdcent download-inference-data [OPTIONS] [RELEASE_DATE]

Options:

  -c, --challenge TEXT     Challenge slug (uses default if not specified)
  -o, --output TEXT        Output file path. Defaults to
                           [challenge_slug]_inference_[release_date].parquet
                           in current directory.
  --no-poll                Disable polling when waiting for the current
                           inference data to be published.
  --poll-interval INTEGER  Seconds to wait between polling attempts when
                           release_date='current'.  [default: 30]
  --timeout INTEGER        Maximum seconds to wait when polling for current
                           data (0 = wait indefinitely).  [default: 900]
  --help                   Show this message and exit.

download-meta-model

Usage:

crowdcent download-meta-model [OPTIONS]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  -o, --output TEXT     Output file path. Defaults to
                        [challenge_slug]_meta_model.parquet in current
                        directory.
  --help                Show this message and exit.

download-training-data

Usage:

crowdcent download-training-data [OPTIONS] [VERSION]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  -o, --output TEXT     Output file path. Defaults to
                        [challenge_slug]_training_v[version].parquet in
                        current directory.
  --help                Show this message and exit.

get-challenge

Usage:

crowdcent get-challenge [OPTIONS]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

get-default-challenge

Show the current default challenge slug.

Usage:

crowdcent get-default-challenge [OPTIONS]

Options:

  --help  Show this message and exit.

get-inference-data

Usage:

crowdcent get-inference-data [OPTIONS] RELEASE_DATE

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

get-submission

Usage:

crowdcent get-submission [OPTIONS] SUBMISSION_ID

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

get-training-data

Usage:

crowdcent get-training-data [OPTIONS] [VERSION]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

list-challenges

Usage:

crowdcent list-challenges [OPTIONS]

Options:

  --help  Show this message and exit.

list-inference-data

Usage:

crowdcent list-inference-data [OPTIONS]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

list-submissions

Usage:

crowdcent list-submissions [OPTIONS]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --period TEXT         Filter submissions by period: 'current' or a date in
                        'YYYY-MM-DD' format
  --help                Show this message and exit.

list-training-data

Usage:

crowdcent list-training-data [OPTIONS]

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --help                Show this message and exit.

set-default-challenge

Usage:

crowdcent set-default-challenge [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

submit

Usage:

crowdcent submit [OPTIONS] FILE_PATH

Options:

  -c, --challenge TEXT  Challenge slug (uses default if not specified)
  --slot INTEGER        Submission slot number (1-based). Defaults to 1.
  --help                Show this message and exit.