Create cli docs

This commit is contained in:
David Erwin
2017-07-11 14:39:26 -04:00
parent 066d9ce0ec
commit 211f24476a
3 changed files with 137 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Our goal is to continually extend our plugin infrastructure making the Core as p
### cli
Talk ships with a cli tool that exposes functionality to the command line. We seek to provide cli functionality for all features that could need to be accomplished programmatically or prior to the server's startup.
Talk ships with [a cli tool](architecture-cli.html) that exposes functionality to the command line. We seek to provide cli functionality for all features that could need to be accomplished programmatically or prior to the server's startup.
## Thinking about Plugins, the Plugin API and Core?