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
1729
1729
1730
1730
* Create user application:
1731
1731
1732
+ :::tip Note
1733
+ Python Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
1734
+ :::
1735
+
1732
1736
<div class="notranslate">
1733
1737
1734
1738
```
@@ -1880,6 +1884,11 @@ To create application run:
1880
1884
/usr/bin/selectorctl --interpreter=ruby --version=VERSION [ --user=USER] [ --print-summary] [ --json] --create-webapp <FOLDER_NAME> <URI >
1881
1885
```
1882
1886
</div>
1887
+
1888
+ :::tip Note
1889
+ Ruby Selector supports only utf-8 symbols for the 'FOLDER_NAME' and 'URI' arguments.
1890
+ :::
1891
+
1883
1892
To delete application:
1884
1893
<div class="notranslate">
1885
1894
@@ -2214,6 +2223,11 @@ cloudlinux-selector create [--json] --interpreter nodejs [(--user <str> | --doma
2214
2223
</div>
2215
2224
2216
2225
**Example**:
2226
+
2227
+ :::tip Note
2228
+ NodeJS Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
2229
+ :::
2230
+
2217
2231
This command creates <span class="notranslate"> user1 </span> 's application for the domain <span class="notranslate"> xyz.com </span> :
2218
2232
<div class="notranslate">
2219
2233
2228
2242
cloudlinux-selector create --json --interpreter nodejs --app-root my_apps/app1 --domain xyz.com --app-uri apps/app1
2229
2243
```
2230
2244
</div>
2245
+
2231
2246
Start, restart, stop, and destroy user application
2232
2247
<div class="notranslate">
2233
2248
You can’t perform that action at this time.
0 commit comments