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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@
10
10
11
11
## New Features
12
12
13
-
* Add trading-cli tool to interact with the trading API. This initial version only provides a tool to list day-ahead prices from the entsoe API.
13
+
* Add trading-cli tool to interact with the trading API. Supports the following commands:
14
+
*`list-day-ahead`: Listing day-ahead prices from the entsoe API.
15
+
*`list-trades`: Listing and streaming public trades for specified delivery periods. If no delivery start is given, starts streaming all new public trades.
16
+
*`list-orders`: Listing and streaming orders for specified delivery periods and gridpool IDs. If no delivery start is given, starts streaming all new orders for this gridpool ID.
17
+
14
18
15
19
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments