diff --git a/README.md b/README.md index af24cad..31f0c3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Possible use-cases: | :white_check_mark: | User Notifications | | :white_check_mark: | User | | :x: | Creator Store | -| :x: | Luau Execution | +| :white_check_mark: | Luau Execution | - :white_check_mark: = Supported - :x: = Not yet supported diff --git a/docs/cli/cli-luau-execution.md b/docs/cli/cli-luau-execution.md new file mode 100644 index 0000000..48c926d --- /dev/null +++ b/docs/cli/cli-luau-execution.md @@ -0,0 +1,54 @@ +# Luau Execution API + +# Execute Task +Executes Luau code on Roblox. +``` +Usage: rbxcloud luau execute [OPTIONS] --universe-id --place-id --api-key + +Options: + -u, --universe-id Universe ID of the experience + -i, --place-id Place ID of the experience + -r, --version-id Version ID of the experience + -s, --script