Help

countries
help
exit
exit
printf 'countries\nhelp\nexit\nexit\n' | ./compass.sh shell 2>&1

Login credentials default to ORES_SHELL_LOGIN_USERNAME=/=ORES_SHELL_LOGIN_PASSWORD from .env (Acme Corporation's tenant_admin — see How do I manage the checkout environment with compass?) when -u=/-p= are omitted; pass them explicitly to use a different account.

✓ Connected to nats://localhost:20405
✓ Logged in as: tenant_admin
  Tenant:  (a7fcf7a6-02f7-45c5-8081-5e554cdf84bb)
ORE Studio Shell REPL v0.0.24
Type 'help' for available commands, 'exit' to quit.

ores-shell> countries> Commands available:
 - help
	This help message
 - exit
	Quit the session
 - history
	Show the history
 - ! <history entry index>
	Exec a command by index in the history
 - get
	Retrieve countries from the server (paginated)
 - add <string> <string> <string> <string> <string> <string> <string>
	Add a country (alpha2 alpha3 numeric name official_name reason_code "commentary")
 - delete <string>
	Delete a country by alpha-2 code
 - history <alpha2_code [--diff] [--version <n>]>
	Show a country's version history (--diff for a unified diff, --version <n> to pick one)
 - ores-shell
	(menu)
countries> Bye!

Emacs 29.3 (Org mode 9.6.15)