theater-server-cli

Crates.iotheater-server-cli
lib.rstheater-server-cli
version0.2.1
created_at2025-06-23 14:08:47.820626+00
updated_at2025-06-24 15:24:13.270719+00
descriptionStandalone CLI for Theater server management
homepagehttps://colinrozzi.github.io/theater
repositoryhttps://github.com/colinrozzi/theater
max_upload_size
id1722963
size104,070
(colinrozzi)

documentation

README

theater-server-cli

[!NOTE] This documentation is incomplete, please reach out to me at colinrozzi@gmail.com. I very much appreciate your interest and would love to hear from you!

Standalone CLI for Theater server management.

Overview

theater-server-cli provides a dedicated command-line interface for running and managing Theater servers. This is a lightweight alternative to the full theater-cli when you only need server functionality.

Installation

cargo install theater-server-cli

Usage

# Start a Theater server
theater-server start

# Start a Theater server and log to stdout
theater-server start --log-stdout

# Start a Theater server with debug logging
theater-server start --log-level debug

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Commit count: 0

cargo fmt