Delete
Delete a country by ISO code.
countries delete XX exit
printf 'countries delete XX\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 XX deleted successfully! ores-shell> Bye!