Skip to content

Update cli docs #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions docs/cloudlinuxos/command-line_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,15 @@ When running user command as root, please use <span class="notranslate">`--user`
} // end of json
```
</div>

* Get Python script execution timeout in seconds :

<div class="notranslate">

```
cloudlinux-selector get --json --interpreter python --get-run-script
```
</div>

* Set default version, supported versions, and status of Python Selector:

Expand Down Expand Up @@ -1522,6 +1531,14 @@ When running user command as root, please use <span class="notranslate">`--user`
```
</div>

8. Set Python script execution timeout value in seconds :
<div class="notranslate">

```
cloudlinux-selector set --json --interpreter=python --run-script=5
```
</div>

* Change version for an application:
* For a specific application:

Expand Down Expand Up @@ -1874,6 +1891,14 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
```
</div>

* Get Python script execution timeout in seconds :

<div class="notranslate">

```
cloudlinux-selector get --json --interpreter=python --get-run-script
```
</div>

## Ruby Selector

Expand Down Expand Up @@ -2003,6 +2028,15 @@ cloudlinux-selector [get] [--json] --interpreter nodejs
```
</div>

Get Nodejs script execution timeout in seconds :

<div class="notranslate">

```
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
```
</div>

Set default version, supported versions, and status of <span class="notranslate"> Node.js Selector </span> :
<div class="notranslate">

Expand Down Expand Up @@ -2081,6 +2115,15 @@ cloudlinux-selector disable-version --json --interpreter nodejs --version 8
```
</div>

Set Nodejs script execution timeout value in seconds :

<div class="notranslate">

```
cloudlinux-selector set --json --interpreter nodejs --run-script=5
```
</div>

Change version for application(s):
<div class="notranslate">

Expand Down Expand Up @@ -2358,6 +2401,15 @@ cloudlinux-selector run-script --json --interpreter nodejs --user user1 --app-ro
```
</div>

Get Nodejs script execution timeout in seconds :

<div class="notranslate">

```
cloudlinux-selector get --json --interpreter=nodejs --get-run-script
```
</div>

Activate virtual environment of NodeJS:
<div class="notranslate">

Expand Down