Skip to content

Commit 28a5163

Browse files
authored
Merge pull request #257 from NikolayVoina/update-CLI-docs
Update cli docs
2 parents 19bef27 + 39c4929 commit 28a5163

File tree

1 file changed

+7
-7
lines changed
  • docs/cloudlinuxos/command-line_tools

1 file changed

+7
-7
lines changed

docs/cloudlinuxos/command-line_tools/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,13 +1450,13 @@ When running user command as root, please use <span class="notranslate">`--user`
14501450
} // end of json
14511451
```
14521452
</div>
1453-
1453+
14541454
* Get Python script execution timeout in seconds :
14551455
14561456
<div class="notranslate">
14571457
14581458
```
1459-
cloudlinux-selector get --json --interpreter python --get-run-script
1459+
cloudlinux-selector get --json --interpreter python --get-run-script-timeout
14601460
```
14611461
</div>
14621462
@@ -1537,7 +1537,7 @@ When running user command as root, please use <span class="notranslate">`--user`
15371537
<div class="notranslate">
15381538
15391539
```
1540-
cloudlinux-selector set --json --interpreter=python --run-script=5
1540+
cloudlinux-selector set --json --interpreter=python --run-script-timeout=5
15411541
```
15421542
</div>
15431543
@@ -1898,7 +1898,7 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
18981898
<div class="notranslate">
18991899
19001900
```
1901-
cloudlinux-selector get --json --interpreter=python --get-run-script
1901+
cloudlinux-selector get --json --interpreter=python --get-run-script-timeout
19021902
```
19031903
</div>
19041904
@@ -2035,7 +2035,7 @@ Get Nodejs script execution timeout in seconds :
20352035
<div class="notranslate">
20362036
20372037
```
2038-
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2038+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
20392039
```
20402040
</div>
20412041
@@ -2122,7 +2122,7 @@ Set Nodejs script execution timeout value in seconds :
21222122
<div class="notranslate">
21232123
21242124
```
2125-
cloudlinux-selector set --json --interpreter nodejs --run-script=5
2125+
cloudlinux-selector set --json --interpreter nodejs --run-script-timeout=5
21262126
```
21272127
</div>
21282128
@@ -2408,7 +2408,7 @@ Get Nodejs script execution timeout in seconds :
24082408
<div class="notranslate">
24092409
24102410
```
2411-
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
2411+
cloudlinux-selector get --json --interpreter=nodejs --get-run-script-timeout
24122412
```
24132413
</div>
24142414

0 commit comments

Comments
 (0)