Skip to content

Command-Line Help for encoderfile

This document contains the help content for the encoderfile command-line program.

Command Overview:

encoderfile

Usage: encoderfile <COMMAND>

Subcommands:
  • build — Build an encoderfile.
  • version — Get Encoderfile version.

encoderfile build

Build an encoderfile.

Usage: encoderfile build [OPTIONS] -f <CONFIG>

Options:
  • -f <CONFIG> — Path to config file. Required.
  • -o, --output-path <OUTPUT_PATH> — Output path, e.g., ./my_model.encoderfile. Optional
  • --cache-dir <CACHE_DIR> — Cache directory. This is used for build artifacts. Optional.
  • --no-build — Skips build stage. Only generates files to directory in cache_dir. Defaults to False.

encoderfile version

Get Encoderfile version.

Usage: encoderfile version


This document was generated automatically by clap-markdown.