Skip to content

Commit 19bef27

Browse files
authored
Merge pull request #256 from NikolayVoina/update-CLI-docs
Update cli docs
2 parents c296b45 + 4f903e9 commit 19bef27

File tree

1 file changed

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

1 file changed

+52
-0
lines changed

docs/cloudlinuxos/command-line_tools/README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,15 @@ When running user command as root, please use <span class="notranslate">`--user`
14501450
} // end of json
14511451
```
14521452
</div>
1453+
1454+
* Get Python script execution timeout in seconds :
1455+
1456+
<div class="notranslate">
1457+
1458+
```
1459+
cloudlinux-selector get --json --interpreter python --get-run-script
1460+
```
1461+
</div>
14531462
14541463
* Set default version, supported versions, and status of Python Selector:
14551464
@@ -1524,6 +1533,14 @@ When running user command as root, please use <span class="notranslate">`--user`
15241533
```
15251534
</div>
15261535
1536+
8. Set Python script execution timeout value in seconds :
1537+
<div class="notranslate">
1538+
1539+
```
1540+
cloudlinux-selector set --json --interpreter=python --run-script=5
1541+
```
1542+
</div>
1543+
15271544
* Change version for an application:
15281545
* For a specific application:
15291546
@@ -1876,6 +1893,14 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
18761893
```
18771894
</div>
18781895
1896+
* Get Python script execution timeout in seconds :
1897+
1898+
<div class="notranslate">
1899+
1900+
```
1901+
cloudlinux-selector get --json --interpreter=python --get-run-script
1902+
```
1903+
</div>
18791904
18801905
## Ruby Selector
18811906
@@ -2005,6 +2030,15 @@ cloudlinux-selector [get] [--json] --interpreter nodejs
20052030
```
20062031
</div>
20072032
2033+
Get Nodejs script execution timeout in seconds :
2034+
2035+
<div class="notranslate">
2036+
2037+
```
2038+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2039+
```
2040+
</div>
2041+
20082042
Set default version, supported versions, and status of <span class="notranslate"> Node.js Selector </span> :
20092043
<div class="notranslate">
20102044
@@ -2083,6 +2117,15 @@ cloudlinux-selector disable-version --json --interpreter nodejs --version 8
20832117
```
20842118
</div>
20852119
2120+
Set Nodejs script execution timeout value in seconds :
2121+
2122+
<div class="notranslate">
2123+
2124+
```
2125+
cloudlinux-selector set --json --interpreter nodejs --run-script=5
2126+
```
2127+
</div>
2128+
20862129
Change version for application(s):
20872130
<div class="notranslate">
20882131
@@ -2360,6 +2403,15 @@ cloudlinux-selector run-script --json --interpreter nodejs --user user1 --app-ro
23602403
```
23612404
</div>
23622405
2406+
Get Nodejs script execution timeout in seconds :
2407+
2408+
<div class="notranslate">
2409+
2410+
```
2411+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2412+
```
2413+
</div>
2414+
23632415
Activate virtual environment of NodeJS:
23642416
<div class="notranslate">
23652417

0 commit comments

Comments
 (0)