From f6c4fc276418a00f5bcbdff1c30c719624afee4c Mon Sep 17 00:00:00 2001 From: vladimir Date: Tue, 30 Jun 2026 02:11:32 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=8B=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 52 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97cce62..c12a0a5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,56 @@ # Обновленный CLI-интерфейс +## === 1. USER === +``` +user add [-c : [: ...]] +user show ( | -a) +user modify [-a : [: ...]] [-d : [: ...]] +user delete ( | -a) ``` -user add username [-c protocol:target [protocol:target ...]] -user show [-a] [username] -user modify username [-a protocol:target [protocol:target ...]] - [-d protocol:target [protocol:target ...]] -user delete [-a] [username] -user connection add username [-p protocol] [-t target] [--uuid] -``` \ No newline at end of file +## === 2. USER CONNECTION === +``` +user connection add -p -t + [-- ...] +user connection show (-a | -p | -t ) +user connection modify -p -t + [-- ...] +user connection delete (-a | -p | -t ) +``` + +## === 3. USER PROFILE === +``` +user profile build ( | -a) +user profile show ( | -a) +user profile qrcode ( | -a) +user profile delete ( | -a) +``` + +## === 4. TARGET === +``` +target add -r [--pretty ""] +target modify [-r ] [--pretty ""] +target show ( | -a) +target delete ( | -a) +``` + +## === 5. PROTOCOL === +``` +protocol +``` + +## === 6. INBOUND === +``` +inbound add -t -p [-- ...] +inbound modify -t -p [-- ...] +inbound show (-a | -t -p ) +inbound delete (-a | -t -p ) +``` + +## === 7. OUTBOUND === +``` +outbound add -t -p [-- ...] +outbound modify -t -p [-- ...] +outbound show (-a | -t -p ) +outbound delete (-a | -t -p ) +```