Run
  • 1 Minute to read

Run


Article summary

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?

What's Next