Add
Add a new country.
countries add XX XXX 999 "Test Country" "Test Country Official" system.new_record "Shell verification test" exit
printf 'countries add XX XXX 999 "Test Country" "Test Country Official" system.new_record "Shell verification test"\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> ✓ Country added successfully! ores-shell> Bye!