Get Tenants

Retrieve all tenants from the server.

tenants get
exit
export ORES_SHELL_LOGIN_PASSWORD
./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF'
<<tenants-get>>
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>
+--------+-----------+--------------+-----------+--------+-------------+---------+
| Code   | Name      | Type         | Hostname  | Status | Recorded By | Version |
+--------+-----------+--------------+-----------+--------+-------------+---------+
| acme   | ACME Corp | organisation | acme.com  | active | newuser3    | 1       |
| system | System    | platform     | localhost | active | postgres    | 1       |
+--------+-----------+--------------+-----------+--------+-------------+---------+


ores-shell> Bye!

Emacs 29.1 (Org mode 9.6.6)