Skip to main content
Select a profile and control CLI input and output.

Before you start

  • Install relaymessenger with the CLI overview.
  • Put global options before the command, for example relaymessenger --json agents list.

Choose output and input settings

The root help uses VERSION, USAGE, TOPICS, and COMMANDS. It has no root Options section. These global options are registered by the same published CLI and apply before a command:
captured-output
Use --profile <name> to select a saved profile. --no-input and --non-interactive fail with exit 2 when a command needs an answer. --verbose writes request details to stderr. Generated command references

When it fails

With --json, command failures use one JSON object on stderr. Use the exit-code table in the command reference.

Next steps