Files
sim/packages/cli
Aditya Tripathi 00334e501f feat(ci): socket realtime image for hosting (#565)
* feat: socket server for self/local deployment

* ci: memory limit and redundant dependency install

* chore: update readme, devcontainer, cli package

* chore: add new dev scripts and update README for full development setup
2025-06-27 09:03:29 -07:00
..

Sim Studio CLI

Sim Studio CLI allows you to run Sim Studio using Docker with a single command.

Installation

To install the Sim Studio CLI globally, use:

npm install -g simstudio

Usage

To start Sim Studio, simply run:

simstudio

Options

  • -p, --port <port>: Specify the port to run Sim Studio on (default: 3000).
  • --no-pull: Skip pulling the latest Docker images.

Requirements

  • Docker must be installed and running on your machine.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the Apache-2.0 License.