File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
docs/cloudlinuxos/command-line_tools Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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+
18831892To 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+
22172231This command creates <span class="notranslate"> user1 </span> 's application for the domain <span class="notranslate"> xyz.com </span> :
22182232<div class="notranslate">
22192233
22282242cloudlinux-selector create --json --interpreter nodejs --app-root my_apps/app1 --domain xyz.com --app-uri apps/app1
22292243```
22302244</div>
2245+
22312246Start, restart, stop, and destroy user application
22322247<div class="notranslate">
22332248
You can’t perform that action at this time.
0 commit comments