For the complete documentation index, see llms.txt. This page is also available as Markdown.

admin

The rumi admin command provides an interactive command-line interface for administering running Rumi applications.

Overview

The admin command is a lightweight tool for invoking commands on running containers. It discovers running containers via the discovery provider and connects to them over their advertised admin channels.

Usage

rumi admin [options]

Documentation Pending: This command is currently being ported from the X Platform AdminTool. Full documentation will be available in a future release.

Key Features

  • Interactive Shell: Command-line interface for issuing administrative commands

  • Discovery Integration: Automatically discovers running containers

  • Command Execution: Execute custom commands defined in your application

  • Remote Administration: Connect to containers running on remote hosts

See Also

Last updated