diff --git a/Shell-Commands.md b/Shell-Commands.md new file mode 100644 index 0000000..53c1f67 --- /dev/null +++ b/Shell-Commands.md @@ -0,0 +1,42 @@ +
The interactive shell runs in the same terminal as the HTTP server. Type help to see available commands at any time.
> add-currency
+Code: DKK
+Name: Danish Krone
+Currency added.
+
+> list-currency
+ID Code Name
+1 DKK Danish Krone
+
+> add-company
+Name: Novo Nordisk
+Shares outstanding: 4442064180
+Price: 251.00
+Currency ID: 1
+Company added.
+
+> list-companies
+ID Name Price Shares Outstanding Currency
+1 Novo Nordisk 251.00 4442064180 1
+
+sum-revenue is listed in the help output but is not yet wired to a shell handler; use the REST API for revenue queries in the meantime.