feat(package): added npm package to run sim studio#376
Merged
waleedlatif1 merged 7 commits intomainfrom May 19, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
PR Summary
This PR introduces a new CLI package 'simstudio' that enables users to run Sim Studio locally via npx simstudio. The implementation focuses on Docker container orchestration and automated npm publishing.
- Hardcoded credentials in
/packages/simstudio/src/index.ts(BETTER_AUTH_SECRETandENCRYPTION_KEY) pose security risks - Missing
docker-compose.ymlfile referenced in/packages/simstudio/package.jsonbut not included in repository - No error handling for Docker network conflicts or port availability in
/packages/simstudio/src/index.ts - Starting version at 0.1.16 in
/packages/simstudio/package.jsonneeds justification - Lack of tests for critical Docker orchestration functionality despite complexity
6 file(s) reviewed, 7 comment(s)
Edit PR Review Bot Settings | Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
added npm package to run sim studio,
npx simstudiowill automatically run sim studio. also, every push to main automatically publishes it.Fixes #97
Type of change
How Has This Been Tested?
Tested by running node index.js and it pulled the container and ran it
Checklist:
bun run test)Security Considerations: