From eafcadd6a113e3fcc5a59eef9da29896c6c77a73 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Tue, 11 Jul 2017 14:43:59 -0400 Subject: [PATCH] Warn users more --- docs/architecture-cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/architecture-cli.md b/docs/architecture-cli.md index d4f22ae76..37095d27d 100644 --- a/docs/architecture-cli.md +++ b/docs/architecture-cli.md @@ -124,6 +124,8 @@ This is accomplished by running the cli tool on any box using the mongo/redis/et The cli tool will connect directly with the install's db and redis instance(s) so ensure that your box can reach those servers on the appropriate ports. +Also, _please ensure your cli and the server(s) in an environment are using the same version of Talk._ + Please secure your environments and credentials or the cli tool becomes a convenient way for someone to own your system. ## Extending the cli