crescent-cli

Crates.iocrescent-cli
lib.rscrescent-cli
version0.5.1
sourcesrc
created_at2023-05-08 00:32:36.202195
updated_at2024-06-12 15:43:26.268984
description🌙 process manager for game servers and services.
homepagehttps://github.com/Kyagara/crescent
repositoryhttps://github.com/Kyagara/crescent
max_upload_size
id859415
size141,355
Kevin Souza (Kyagara)

documentation

README

🌙crescent

A process manager for game servers and services.

Wiki

Check the wiki for available commands and a lot more info!

Install:

You can either get artifacts from recent workflows, binaries from releases or install using cargo (recommended):

cargo install crescent-cli
## or
cargo install --git https://github.com/Kyagara/crescent

When installing crescent using cargo, default profiles will be created in crescent's main directory: <home>/.crescent/.

Applications files, profiles and any important file is located in crescent's main directory.

Todo

  • More tests, 85% target.
  • Reduce unwraps
  • Restart command
  • Async
  • Attach/Log command watches the log file with the notify crate, it could use the application socket to receive new lines instead
  • Log rotation
Commit count: 108

cargo fmt