Skip to content

Commit a4d488e

Browse files
committed
Update CLI docs for changes from CLOS-2571
1 parent f9e3a80 commit a4d488e

File tree

1 file changed

+52
-1
lines changed
  • docs/cloudlinuxos/command-line_tools

1 file changed

+52
-1
lines changed

docs/cloudlinuxos/command-line_tools/README.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,15 @@ When running user command as root, please use <span class="notranslate">`--user`
14481448
} // end of json
14491449
```
14501450
</div>
1451+
1452+
* Get Python script execution timeout in seconds :
1453+
1454+
<div class="notranslate">
1455+
1456+
```
1457+
cloudlinux-selector get --json --interpreter python --get-run-script
1458+
```
1459+
</div>
14511460
14521461
* Set default version, supported versions, and status of Python Selector:
14531462
@@ -1522,6 +1531,14 @@ When running user command as root, please use <span class="notranslate">`--user`
15221531
```
15231532
</div>
15241533
1534+
8. Set Python script execution timeout value in seconds :
1535+
<div class="notranslate">
1536+
1537+
```
1538+
cloudlinux-selector set --json --interpreter=python --run-script=5
1539+
```
1540+
</div>
1541+
15251542
* Change version for an application:
15261543
* For a specific application:
15271544
@@ -1550,7 +1567,6 @@ When running user command as root, please use <span class="notranslate">`--user`
15501567
```
15511568
</div>
15521569
1553-
15541570
#### *Examples*
15551571
15561572
1. Change version for a specific application:
@@ -1874,6 +1890,14 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
18741890
```
18751891
</div>
18761892
1893+
* Get Python script execution timeout in seconds :
1894+
1895+
<div class="notranslate">
1896+
1897+
```
1898+
cloudlinux-selector get --json --interpreter=python --get-run-script
1899+
```
1900+
</div>
18771901
18781902
## Ruby Selector
18791903
@@ -2003,6 +2027,15 @@ cloudlinux-selector [get] [--json] --interpreter nodejs
20032027
```
20042028
</div>
20052029
2030+
Get Nodejs script execution timeout in seconds :
2031+
2032+
<div class="notranslate">
2033+
2034+
```
2035+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2036+
```
2037+
</div>
2038+
20062039
Set default version, supported versions, and status of <span class="notranslate"> Node.js Selector </span> :
20072040
<div class="notranslate">
20082041
@@ -2081,6 +2114,15 @@ cloudlinux-selector disable-version --json --interpreter nodejs --version 8
20812114
```
20822115
</div>
20832116
2117+
Set Nodejs script execution timeout value in seconds :
2118+
2119+
<div class="notranslate">
2120+
2121+
```
2122+
cloudlinux-selector set --json --interpreter nodejs --run-script=5
2123+
```
2124+
</div>
2125+
20842126
Change version for application(s):
20852127
<div class="notranslate">
20862128
@@ -2358,6 +2400,15 @@ cloudlinux-selector run-script --json --interpreter nodejs --user user1 --app-ro
23582400
```
23592401
</div>
23602402
2403+
Get Nodejs script execution timeout in seconds :
2404+
2405+
<div class="notranslate">
2406+
2407+
```
2408+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2409+
```
2410+
</div>
2411+
23612412
Activate virtual environment of NodeJS:
23622413
<div class="notranslate">
23632414

0 commit comments

Comments
 (0)