How do I run the login_info commands from the shell?

Table of Contents

This file documents the login_info resource at the shell, one section per command. Every command is a subcommand of login_info, and every section exports its own script into projects/ores.shell/scripts/library/. Loading a script runs that one command, so a failure names the command it came from.

1. Commands

1.1. list

Reads one page of the collection. Nothing addresses it but the caller's tenant, so it is the read that shows what exists.

The command is shaped like this:

login_info list [--offset <n>] [--limit <n>] [--order <field>] [--desc]

It is addressed at iam.v1.login_info.list.

login_info list --limit 1

1.2. get

Reads the one row its key addresses. A key states every identifying column, so a partial key is refused rather than answered with an arbitrary row.

The command is shaped like this:

login_info get <account_id>

It is addressed at iam.v1.login_info.get.

login_info get 00000000-0000-0000-0000-000000000000

1.3. get-many

Reads several rows in one request, one key group per row.

The command is shaped like this:

login_info get-many <account_id>

It is addressed at iam.v1.login_info.get_many.

login_info get-many 00000000-0000-0000-0000-000000000000

Emacs 29.3 (Org mode 9.6.15)