How do I run the tenant_provisioning commands from the shell?

Table of Contents

This file documents declared operations at the shell, one section per command. Every command is a subcommand of tenant_provisioning, 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. complete-tenant-provisioning

Sends complete_tenant_provisioning_command and prints complete_tenant_provisioning_response, so the shape is the protocol's and the meaning is the service's. The caller must have established a session first.

The command is shaped like this:

tenant_provisioning complete-tenant-provisioning

It is addressed at iam.v1.tenants.complete-provisioning.

tenant_provisioning complete-tenant-provisioning

1.2. provision-acme-tenant

Sends provision_acme_tenant_command and prints provision_acme_tenant_response, so the shape is the protocol's and the meaning is the service's. The caller must have established a session first.

The command is shaped like this:

tenant_provisioning provision-acme-tenant

It is addressed at iam.v1.tenants.provision-acme.

tenant_provisioning provision-acme-tenant

Emacs 29.3 (Org mode 9.6.15)