Run
- 1 Minute to read
Run
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Execute the current Raya project according to the connection settings.
Usage
rayasdk run [--debug] [PATH] [args]
Optional arguments
--debug
: Wait for the vscode client for debug purposes.--only-sync
: Sync the app without executing it.PATH
: Absolule or relative path to a project folder.args
: args of the app.
Example
rayasdk run
Was this article helpful?