rush-ecs-cli

Crates.iorush-ecs-cli
lib.rsrush-ecs-cli
version0.1.0
sourcesrc
created_at2024-10-23 14:28:34.556236
updated_at2024-10-23 14:28:34.556236
descriptionRush ECS Framework CLI tool
homepagehttps://sonic.game/
repositoryhttps://github.com/mirrorworld-universe/rush
max_upload_size
id1420225
size140,006
Jonathan Bakebwa (codebender828)

documentation

README

rush-cli

Features

rush new <NAME>

Creates new project

rush deploy <PATH>

Deploy current project

Available Options:

  • --dry-run

rush storage

Work with storage

Available Options:

  • start
  • view
    • blueprint
    • world <ADDRESS>
    • entity <ENTITY_NAME>
    • instance <WORLD> <REGION> <ENTITY>
  • reset

rush config

SET or GET configurations

Available Options:

  • set
    • rpc <MONIKER_OR_CUSTOM>
    • ws <MONIKER_OR_CUSTOM>
    • keypair <FILE>
    • blueprint <FILE_OR_DIRECTORY>
    • storage memory | test-validator onchain
  • get
Commit count: 0

cargo fmt