Skip to content

Commit e7c2162

Browse files
committed
Update doc on demo mode
1 parent 659bcae commit e7c2162

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

src/BuslyCLI.Console/Spectre/AppConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static Action<IConfigurator> GetSpectreCommandConfiguration()
4949
{
5050
demo.SetDescription("Demo mode for the busly quick start guide.");
5151
demo.AddCommand<StartDemoCommand>("start")
52-
.WithDescription("Start a demo endpoint that can receive a command and event.");
52+
.WithDescription("Start a demo endpoint that can receive any command and a single 'Messages.Events.OrderPlaced' event.");
5353
});
5454
config.PropagateExceptions();
5555
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import DocCardList from "@theme/DocCardList";
2+
3+
# busly demo
4+
5+
Use `busly demo` to start up an endpoint for testing busly through the quick start guide.
6+
7+
<DocCardList />
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# busly demo start
2+
3+
Start a demo endpoint that can receive any command and a single 'Messages.Events.OrderPlaced' event.
4+
5+
## Usage
6+
7+
```
8+
busly demo start
9+
```
10+
11+
## Options
12+
13+
## Examples
14+
15+
```
16+
17+
```

0 commit comments

Comments
 (0)