You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, port, mode.
659
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, mode, port.
657
660
658
661
659
662
-`--pipe-server NAME`
660
663
661
-
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, mode, bind, tcp.
664
+
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: port, tcp, bind, pipe-name, mode.
662
665
663
666
664
-
-`--mode [tcp|pipe-server]`
667
+
-`--mode [pipe-server|tcp]`
665
668
666
-
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: tcp, pipe-server. [env var: ROBOTCODE_MODE; default: tcp]
669
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: pipe-server, tcp. [env var: ROBOTCODE_MODE; default: tcp]
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: tcp, pipe-server, port, bind. [env var: ROBOTCODE_PIPE_NAME]
684
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: pipe-server, tcp, bind, port. [env var: ROBOTCODE_PIPE_NAME]
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, pipe-server, mode, bind, tcp, pipe. [env var: ROBOTCODE_STDIO]
711
+
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe, pipe-server, tcp, bind, pipe-name, mode. [env var: ROBOTCODE_STDIO]
709
712
710
713
711
714
-`--tcp [<ADDRESS>:]<PORT>`
712
715
713
-
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, pipe-server, mode, stdio, pipe.
716
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, pipe-server, pipe-name, mode.
714
717
715
718
716
719
-`--socket [<ADDRESS>:]<PORT>`
717
720
718
-
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, pipe-server, mode, tcp, stdio, pipe.
721
+
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, port, pipe, pipe-server, tcp, pipe-name, mode.
719
722
720
723
721
724
-`--pipe NAME`
722
725
723
-
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, pipe-server, mode, bind, tcp, stdio.
726
+
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe-server, tcp, bind, pipe-name, mode.
724
727
725
728
726
729
-`--pipe-server NAME`
727
730
728
-
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, mode, bind, tcp, stdio, pipe.
731
+
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, tcp, bind, pipe-name, mode.
729
732
730
733
731
734
-`--mode [stdio|tcp|socket|pipe|pipe-server]`
732
735
733
-
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: socket, pipe-server, tcp, stdio, pipe. [env var: ROBOTCODE_MODE; default: stdio]
736
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: stdio, socket, pipe, pipe-server, tcp. [env var: ROBOTCODE_MODE; default: stdio]
734
737
735
738
736
739
-`--port PORT`
737
740
738
-
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe, pipe-name. [env var: ROBOTCODE_PORT; default: 6611; 1<=x<=65535]
741
+
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_PORT; default: 6611; 1<=x<=65535]
739
742
740
743
741
744
-`--bind ADDRESS *`
742
745
743
-
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe, pipe-name. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
746
+
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
744
747
745
748
746
749
-`--pipe-name NAME`
747
750
748
-
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: port, socket, pipe-server, bind, tcp, stdio, pipe. [env var: ROBOTCODE_PIPE_NAME]
751
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, pipe-server, tcp, bind. [env var: ROBOTCODE_PIPE_NAME]
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, mode, bind, tcp, pipe. [env var: ROBOTCODE_STDIO]
1181
+
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe, tcp, bind, pipe-name, mode. [env var: ROBOTCODE_STDIO]
1179
1182
1180
1183
1181
1184
-`--tcp [<ADDRESS>:]<PORT>`
1182
1185
1183
-
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, mode, stdio, pipe.
1186
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, pipe-name, mode.
1184
1187
1185
1188
1186
1189
-`--socket [<ADDRESS>:]<PORT>`
1187
1190
1188
-
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, mode, tcp, stdio, pipe.
1191
+
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, port, pipe, tcp, pipe-name, mode.
1189
1192
1190
1193
1191
1194
-`--pipe NAME`
1192
1195
1193
-
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: pipe-name, port, socket, mode, bind, tcp, stdio.
1196
+
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, tcp, bind, pipe-name, mode.
1194
1197
1195
1198
1196
-
-`--mode [socket|stdio|pipe|tcp]`
1199
+
-`--mode [stdio|tcp|socket|pipe]`
1197
1200
1198
-
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: socket, stdio, tcp, pipe. [env var: ROBOTCODE_MODE; default: stdio]
1201
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: stdio, tcp, socket, pipe. [env var: ROBOTCODE_MODE; default: stdio]
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: port, socket, bind, tcp, stdio, pipe. [env var: ROBOTCODE_PIPE_NAME]
1216
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, tcp, bind. [env var: ROBOTCODE_PIPE_NAME]
Specifies the path to a source file. This file must not exist and will neither be read nor written. It is used solely to set the current working directory for the REPL script and to assign a name to the internal suite.
1450
+
1451
+
1452
+
-`--version`
1453
+
1454
+
Show the version and exit.
1455
+
1456
+
1457
+
-`--help`
1458
+
1459
+
Show this message and exit.
1460
+
1461
+
1462
+
#### repl-server
1463
+
1464
+
Start a REPL server, client can connect to the server and run the REPL
1465
+
scripts.
1466
+
1467
+
1468
+
**Usage:**
1469
+
```text
1470
+
robotcode repl-server [OPTIONS] [FILES]...
1471
+
```
1472
+
1473
+
1474
+
**Options:**
1475
+
-`--stdio`
1476
+
1477
+
Run in `stdio` mode. (Equivalent to `--mode stdio`) *NOTE:* This option is mutually exclusive with options: socket, port, pipe, pipe-server, tcp, bind, pipe-name, mode. [env var: ROBOTCODE_STDIO]
1478
+
1479
+
1480
+
-`--tcp [<ADDRESS>:]<PORT>`
1481
+
1482
+
Run in `tcp` server mode and listen at the given port. (Equivalent to `--mode tcp --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, pipe-server, pipe-name, mode.
1483
+
1484
+
1485
+
-`--socket [<ADDRESS>:]<PORT>`
1486
+
1487
+
Run in `socket` mode and connect to the given port. (Equivalent to `--mode socket --port <port>`) *NOTE:* This option is mutually exclusive with options: stdio, port, pipe, pipe-server, tcp, pipe-name, mode.
1488
+
1489
+
1490
+
-`--pipe NAME`
1491
+
1492
+
Run in `pipe` mode and connect to the given pipe name. (Equivalent to `--mode pipe --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe-server, tcp, bind, pipe-name, mode.
1493
+
1494
+
1495
+
-`--pipe-server NAME`
1496
+
1497
+
Run in `pipe-server` mode and listen at the given pipe name. (Equivalent to `--mode pipe-server --pipe-name <name>`) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, tcp, bind, pipe-name, mode.
1498
+
1499
+
1500
+
-`--mode [stdio|tcp|socket|pipe|pipe-server]`
1501
+
1502
+
The mode to use for the debug launch server. *NOTE:* This option is mutually exclusive with options: stdio, socket, pipe, pipe-server, tcp. [env var: ROBOTCODE_MODE; default: stdio]
1503
+
1504
+
1505
+
-`--port PORT`
1506
+
1507
+
The port to listen on or connect to. (Only valid for `tcp` and `socket mode`) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_PORT; default: 6601; 1<=x<=65535]
1508
+
1509
+
1510
+
-`--bind ADDRESS *`
1511
+
1512
+
Specify alternate bind address. If no address is specified `localhost` is used. (Only valid for tcp and socket mode) *NOTE:* This option is mutually exclusive with options: pipe-server, pipe-name, pipe. [env var: ROBOTCODE_BIND; default: 127.0.0.1]
1513
+
1514
+
1515
+
-`--pipe-name NAME`
1516
+
1517
+
The pipe to listen on or connect to. (Only valid in `pipe` and `pipe-server` mode) *NOTE:* This option is mutually exclusive with options: stdio, socket, port, pipe, pipe-server, tcp, bind. [env var: ROBOTCODE_PIPE_NAME]
1518
+
1519
+
1520
+
-`-v, --variable name:value *`
1521
+
1522
+
Set variables in the test data. see `robot --variable` option.
1523
+
1524
+
1525
+
-`-V, --variablefile PATH *`
1526
+
1527
+
Python or YAML file file to read variables from. see `robot --variablefile` option.
1528
+
1529
+
1530
+
-`-P, --pythonpath PATH *`
1531
+
1532
+
Additional locations where to search test libraries and other extensions when they are imported. see `robot --pythonpath` option.
1533
+
1534
+
1535
+
-`-d, --outputdir DIR`
1536
+
1537
+
Where to create output files. see `robot --outputdir` option.
1538
+
1539
+
1540
+
-`-o, --output FILE`
1541
+
1542
+
XML output file. see `robot --output` option.
1543
+
1544
+
1545
+
-`-r, --report FILE`
1546
+
1547
+
HTML output file. see `robot --report` option.
1548
+
1549
+
1550
+
-`-l, --log FILE`
1551
+
1552
+
HTML log file. see `robot --log` option.
1553
+
1554
+
1555
+
-`-x, --xunit FILE`
1556
+
1557
+
xUnit output file. see `robot --xunit` option.
1558
+
1559
+
1560
+
-`--version`
1561
+
1562
+
Show the version and exit.
1563
+
1564
+
1565
+
-`-s, --source FILE`
1566
+
1567
+
Specifies the path to a source file. This file must not exist and will neither be read nor written. It is used solely to set the current working directory for the REPL script and to assign a name to the internal suite.
0 commit comments