Add Tenant
Create a new tenant with the specified parameters.
tenants add acme "Acme Corp" organisation acme.com "Acme Corporation tenant" tenants add example "Example Corp" organisation example.com "Example Corporation tenant" exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<tenants-add>> EOF
✓ Connected to :51004 ✓ Logged in as: newuser3 Tenant: System (ffffffff-ffff-ffff-ffff-ffffffffffff) ORE Studio Shell REPL v0.0.11 Type 'help' for available commands, 'exit' to quit. ores-shell> ✓ Tenant added successfully! ID: ea8ee6fb-17e7-4bff-ad4f-cb2be4ed8e6c ores-shell> ✓ Tenant added successfully! ID: a45224a2-9350-4f13-aba6-a7610b0530a6 ores-shell> Bye!