How do I register a new compute application?

Table of Contents

Register a new compute application. See the CLI inventory for sibling recipes.

Question

How do I register a new compute application using ores.cli?

Answer

export ORES_CLI_DB_PASSWORD
./ores.cli compute apps add ${db_args} ${log_args} \
  --name "ore-pricing-engine" \
  --description "ORE-based derivatives pricing engine" \
  --modified-by admin

Emacs 29.3 (Org mode 9.6.15)