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 -u 'tenant_admin@barclays_plc' -p 'Secure-Password-123' 2>&1
✓ Connected to nats://localhost:42230 ✓ Logged in as: tenant_admin Tenant: (36d4c3c9-195c-46b5-a4d8-b36cb48c8f46) ORE Studio Shell REPL v0.0.21 Type 'help' for available commands, 'exit' to quit. ores-shell> ✓ Country added successfully! ores-shell> Bye!