[Help] Using the command line tools
Closed this issue · 3 comments
turnipsforme commented
What happened?
Hi! Can someone eli5 how to use the command line for vibe? Ideally would love to be able to trigger it through a raycast script. Loove the work you guys have done! Thanks so much!
Steps to reproduce
- step one...
- step two...
What OS are you seeing the problem on?
No response
Relevant log output
No response
jacobSingh commented
Same... When I try to run the executable on osx it just opens the app... I can't run it with --server either
thewh1teagle commented
You need to run the app from CLI only after closing the app. if it's open it will simply bring the app to the front.
Right click on the app icon -> Quit.
thewh1teagle commented
macOS
Make sure the app is closed (Right click icon -> Quit)
/Applications/vibe.app/Contents/MacOS/vibe --help
Linux
vibe --help
Windows (cmd)
Make sure the app is closed (Right click icon -> Quit)
%localappdata%\vibe\vibe --help