diff --git a/docs/cloudlinuxos/command-line_tools/README.md b/docs/cloudlinuxos/command-line_tools/README.md index 3848f9195..578ac8b8c 100644 --- a/docs/cloudlinuxos/command-line_tools/README.md +++ b/docs/cloudlinuxos/command-line_tools/README.md @@ -1448,6 +1448,15 @@ When running user command as root, please use `--user` } // end of json ``` + +* Get Python script execution timeout in seconds : + +
+ + ``` + cloudlinux-selector get --json --interpreter python --get-run-script + ``` +
* Set default version, supported versions, and status of Python Selector: @@ -1522,6 +1531,14 @@ When running user command as root, please use `--user` ``` +8. Set Python script execution timeout value in seconds : +
+ + ``` + cloudlinux-selector set --json --interpreter=python --run-script=5 + ``` +
+ * Change version for an application: * For a specific application: @@ -1874,6 +1891,14 @@ To start all users CLI commands use `cagefs_enter` +* Get Python script execution timeout in seconds : + +
+ + ``` + cloudlinux-selector get --json --interpreter=python --get-run-script + ``` +
## Ruby Selector @@ -2003,6 +2028,15 @@ cloudlinux-selector [get] [--json] --interpreter nodejs ``` +Get Nodejs script execution timeout in seconds : + +
+ +``` +cloudlinux-selector get --json --interpreter=nodejs --get-run-script +``` +
+ Set default version, supported versions, and status of Node.js Selector :
@@ -2081,6 +2115,15 @@ cloudlinux-selector disable-version --json --interpreter nodejs --version 8 ```
+Set Nodejs script execution timeout value in seconds : + +
+ +``` +cloudlinux-selector set --json --interpreter nodejs --run-script=5 +``` +
+ Change version for application(s):
@@ -2358,6 +2401,15 @@ cloudlinux-selector run-script --json --interpreter nodejs --user user1 --app-ro ```
+Get Nodejs script execution timeout in seconds : + +
+ +``` +cloudlinux-selector get --json --interpreter=nodejs --get-run-script +``` +
+ Activate virtual environment of NodeJS: