How do I register a new compute application version?

Table of Contents

Register a new compute application version bundle via ores.cli. See the CLI inventory for sibling recipes.

Question

How do I register a new compute application version?

Answer

export ORES_CLI_DB_PASSWORD
./ores.cli compute app-versions add ${db_args} ${log_args} \
  --app-id "00000000-0000-0000-0000-000000000000" \
  --wrapper-version "1.0.0" \
  --engine-version "2.5.1" \
  --platform "linux-x86_64" \
  --package-uri "/api/v1/compute/packages/00000000-0000-0000-0000-000000000000" \
  --min-ram-mb 4096 \
  --modified-by admin

Emacs 29.3 (Org mode 9.6.15)