docs: добавление списка команд

This commit is contained in:
2026-06-30 02:36:02 +03:00
parent c3487dce98
commit 274235b957
+39
View File
@@ -0,0 +1,39 @@
# Xray Manager
## Список команд
```
user add <username> [-c <protocol>:<target> [<protocol>:<target> ...]]
user show (<username> | -a)
user modify <username> [-a <protocol>:<target> [<protocol>:<target> ...]]
[-d <protocol>:<target> [<protocol>:<target> ...]]
user delete (<username> | -a)
user connection add <username> -p <protocol> -t <target>
[--<param> <value> ...]
user connection show <username> (-a | -p <protocol> | -t <target>)
user connection modify <username> -p <protocol> -t <target>
[--<param> <value> ...]
user connection delete <username> (-a | -p <protocol> | -t <target>)
user profile build (<username> | -a)
user profile show (<username> | -a)
user profile qrcode (<username> | -a)
user profile delete (<username> | -a)
target add <target_name> -r <outbound_tag> [--pretty "<display_name>"]
target modify <target_name> [-r <outbound_tag>] [--pretty "<display_name>"]
target show (<target_name> | -a)
target delete (<target_name> | -a)
protocol <protocol_name>
inbound add -t <tag> -p <protocol> [--<param> <value> ...]
inbound modify -t <tag> -p <protocol> [--<param> <value> ...]
inbound show (-a | -t <tag> -p <protocol>)
inbound delete (-a | -t <tag> -p <protocol>)
outbound add -t <tag> -p <protocol> [--<param> <value> ...]
outbound modify -t <tag> -p <protocol> [--<param> <value> ...]
outbound show (-a | -t <tag> -p <protocol>)
outbound delete (-a | -t <tag> -p <protocol>)
```