diff options
author | Karissa McKelvey <karissa@users.noreply.github.com> | 2016-04-11 14:44:58 -0700 |
---|---|---|
committer | Karissa McKelvey <karissa@users.noreply.github.com> | 2016-04-11 14:44:58 -0700 |
commit | 39a0791dfd350b10f7ff8540762431cf993e8e3a (patch) | |
tree | dffe940265e03b0edf3a6f030b8f3c75b2159916 | |
parent | e74d154fee728437e4a0cffb457509ec847e1003 (diff) | |
download | dat-docs-39a0791dfd350b10f7ff8540762431cf993e8e3a.tar.gz dat-docs-39a0791dfd350b10f7ff8540762431cf993e8e3a.zip |
Update api.md
-rw-r--r-- | api.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,6 +33,10 @@ Starts serving dats in the background progress. * `--foreground`: run the server in the foreground instead. +#### `dat status` + +View a static list of the current dat links that are served. + #### `dat stop` Stops serving dats. @@ -41,10 +45,6 @@ Stops serving dats. Remove a link from the list, stops serving it. -#### `dat ls` - -View a static list of the current dat links that are served. - #### `dat mon` Opens up real-time monitoring panel for viewing progress of running dats. Can provide optional parameter `dat mon LINK` to filter the monitor and logs for a given dat link. |