How do I run the signup commands from the shell?

Table of Contents

This file documents declared operations at the shell. Its one command is ores-shell> signup signup, and the section below exports it as a script into projects/ores.shell/scripts/library/, which the shell can load.

1. Commands

1.1. signup

Sends signup_request and prints signup_response, so the shape is the protocol's and the meaning is the service's. It reads principal, password, email, in that order. A caller runs it before it has a session, so the command presents no token and refuses none.

The command is shaped like this:

signup signup <principal> <password> <email>

It is addressed at iam.v1.auth.signup.

signup signup __none__ __none__ __none__

Emacs 29.3 (Org mode 9.6.15)