Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 635 Bytes

Darwinia Runtime Override

Usage: rtor [OPTIONS] --github <URI> --manifest <PATH> --runtime <NAME>

Options:
  -g, --github <URI>
          GitHub repository

  -t, --target <VALUE>
          Specific branch/commit/tag

          [default: main]

  -m, --manifest <PATH>
          Runtime manifest path

  -r, --runtime <NAME>
          Runtime name

  -o, --output <PATH>
          Specific output path

          [default: .]

  -n, --no-digest
          Specify not to generate the digest file

  -c, --cache
          Whether to cache the build or not.

          Don't use this in production environments.

  -h, --help