rig test

Name:
  rig test - Run tests (for rig developers)

Usage: rig test [OPTIONS] [COMMAND]

Commands:
  download-lockfile      Download packages in the pkg.lock file
  parse-platform-string  Test parsing platform strings
  platform-to-pkg-type   Test repo directory for platform string
  read-packages-rds      Test reading packages from RDS files
  read-rds               Test reading RDS files
  help                   Print this message or the help of the given subcommand(s)

Options:
      --user   Run in user mode (overrides RIG_MODE and config)
      --admin  Run in admin mode (overrides RIG_MODE and config)
  -h, --help   Print help

rig test download-lockfile

Name:
  rig test download-lockfile - Download packages in the pkg.lock file

Usage: rig test download-lockfile [OPTIONS]

Options:
      --user   Run in user mode (overrides RIG_MODE and config)
      --admin  Run in admin mode (overrides RIG_MODE and config)
  -h, --help   Print help

rig test parse-platform-string

Name:
  rig test parse-platform-string - Test parsing platform strings

Usage: rig test parse-platform-string [OPTIONS] <platform>

Arguments:
  <platform>  

Options:
      --user   Run in user mode (overrides RIG_MODE and config)
      --admin  Run in admin mode (overrides RIG_MODE and config)
  -h, --help   Print help

rig test platform-to-pkg-type

Name:
  rig test platform-to-pkg-type - Test repo directory for platform string

Usage: rig test platform-to-pkg-type [OPTIONS] --r-version <r-version> <platform>

Arguments:
  <platform>  

Options:
      --r-version <r-version>  
      --user                   Run in user mode (overrides RIG_MODE and config)
      --admin                  Run in admin mode (overrides RIG_MODE and config)
  -h, --help                   Print help

rig test read-packages-rds

Name:
  rig test read-packages-rds - Test reading packages from RDS files

Usage: rig test read-packages-rds [OPTIONS] <path>

Arguments:
  <path>  

Options:
      --user   Run in user mode (overrides RIG_MODE and config)
      --admin  Run in admin mode (overrides RIG_MODE and config)
  -h, --help   Print help

rig test read-rds

Name:
  rig test read-rds - Test reading RDS files

Usage: rig test read-rds [OPTIONS] <path>

Arguments:
  <path>  

Options:
      --user   Run in user mode (overrides RIG_MODE and config)
      --admin  Run in admin mode (overrides RIG_MODE and config)
  -h, --help   Print help