| Crates.io | theater-server-cli |
| lib.rs | theater-server-cli |
| version | 0.2.1 |
| created_at | 2025-06-23 14:08:47.820626+00 |
| updated_at | 2025-06-24 15:24:13.270719+00 |
| description | Standalone CLI for Theater server management |
| homepage | https://colinrozzi.github.io/theater |
| repository | https://github.com/colinrozzi/theater |
| max_upload_size | |
| id | 1722963 |
| size | 104,070 |
[!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.
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.
cargo install theater-server-cli
# 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
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.