From 44b8dbd9f592f74a48a507b66a8382d7ac7176cb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 4 May 2017 09:02:09 -0700 Subject: [PATCH] Update shell_command.markdown --- source/_components/shell_command.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index babb6d11a27..c7c55e557de 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -28,7 +28,7 @@ Configuration variables: - Alias for the command - Command itself. -The commands can be dynamic, using templates to insert values of other entities. When using templates you are limited to only template the arguments. You are also no longer allowed to use pipe symbols when using templates. +The commands can be dynamic, using templates to insert values for arguments. When using templates, shell_command runs in a more secure environment which doesn't allow any shell helpers like automatically expanding the home dir `~` or using pipe symbols to run multiple commands. Any service data passed into the service call to activate the shell command will be available as a variable within the template.