For the complete documentation index, see llms.txt. This page is also available as Markdown.

Command Reference

Every command and flag, generated from the CLI's built-in help.

The complete customer command surface. This page is generated from eyepop <command> --help, so it always matches the released CLI. For the flags of any command, you can also run its help directly:

eyepop get datasets --help

eyepop

CLI for interacting with the EyePop ecosystem

Usage: eyepop [OPTIONS] <COMMAND>

Commands:
  auth      Authentication commands
  instance  Manage the EyePop instance on this machine
  get       Get or list resources [aliases: show, ls, list]
  create    Create a resource [aliases: new]
  delete    Delete a resource
  patch     Patch (update in place) a resource
  run       Run inference on media
  evaluate  Evaluate an ability against a dataset [aliases: eval]
  system    Show what this machine is and whether it has what EyePop needs
  tui       Launch the interactive run wizard (choose a model, pick media, run)
  update    Update the CLI to the latest version [aliases: upgrade]
  help      Print this message or the help of the given subcommand(s)

Options:
      --json
          Output as JSON instead of styled tables. Alias for `--format json`

      --format <FORMAT>
          How results render on stdout: fancy (colour and tables), text (tab-separated, one record per line), or json

          Possible values:
          - fancy: Styled output with colors and formatting (default)
          - text:  Plain text output for scripting
          - json:  JSON output

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

eyepop auth

eyepop auth login

eyepop auth logout

eyepop auth status

eyepop get

eyepop get datasets

eyepop get assets

eyepop get abilities

eyepop get groups

eyepop get pops

eyepop get models

eyepop get accounts

eyepop get keys

eyepop get deployments

eyepop get sessions

eyepop get instances

eyepop get evals

eyepop get usage

eyepop create

eyepop create dataset

eyepop create asset

eyepop create ability

eyepop create key

eyepop create deployment

eyepop patch

eyepop patch deployment

eyepop delete

eyepop delete ability

eyepop delete dataset

eyepop delete key

eyepop delete deployment

eyepop delete session

eyepop run

eyepop evaluate

eyepop system

eyepop instance

eyepop instance init

eyepop instance start

eyepop instance stop

eyepop instance restart

eyepop instance set

eyepop instance logs

eyepop instance delete

eyepop tui

eyepop update

eyepop instance set pop


Generated from eyepop v0.19.0. Do not edit by hand — this page is synced by the Publish CLI docs workflow in the eyepop-cli repo.

Last updated