Skip to content

Commit 3866661

Browse files
authored
Merge pull request #208 from Monstrofil/patch-5
Add mention about utf-8 requirement for node,python and ruby selectors
2 parents cfc9c14 + ea1884c commit 3866661

File tree

1 file changed

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

1 file changed

+15
-0
lines changed

docs/cloudlinuxos/command-line_tools/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,10 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
17291729
17301730
* Create user application:
17311731
1732+
:::tip Note
1733+
Python Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
1734+
:::
1735+
17321736
<div class="notranslate">
17331737
17341738
```
@@ -1880,6 +1884,11 @@ To create application run:
18801884
/usr/bin/selectorctl --interpreter=ruby --version=VERSION [--user=USER] [--print-summary] [--json] --create-webapp <FOLDER_NAME> <URI>
18811885
```
18821886
</div>
1887+
1888+
:::tip Note
1889+
Ruby Selector supports only utf-8 symbols for the 'FOLDER_NAME' and 'URI' arguments.
1890+
:::
1891+
18831892
To delete application:
18841893
<div class="notranslate">
18851894
@@ -2214,6 +2223,11 @@ cloudlinux-selector create [--json] --interpreter nodejs [(--user <str> | --doma
22142223
</div>
22152224
22162225
**Example**:
2226+
2227+
:::tip Note
2228+
NodeJS Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
2229+
:::
2230+
22172231
This command creates <span class="notranslate"> user1 </span> 's application for the domain <span class="notranslate"> xyz.com </span> :
22182232
<div class="notranslate">
22192233
@@ -2228,6 +2242,7 @@ or
22282242
cloudlinux-selector create --json --interpreter nodejs --app-root my_apps/app1 --domain xyz.com --app-uri apps/app1
22292243
```
22302244
</div>
2245+
22312246
Start, restart, stop, and destroy user application
22322247
<div class="notranslate">
22332248

0 commit comments

Comments
 (0)