From 242090efdd2a54ca5891afd179f277cccc87826c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 3 Apr 2016 22:27:00 +0200 Subject: [PATCH] cli/config: short documentation for 'deploy' cmd --- application/clicommands/ConfigCommand.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/clicommands/ConfigCommand.php b/application/clicommands/ConfigCommand.php index b460bfef..ca44d853 100644 --- a/application/clicommands/ConfigCommand.php +++ b/application/clicommands/ConfigCommand.php @@ -37,6 +37,12 @@ class ConfigCommand extends Command } } + /** + * Deploy the current configuration + * + * Does nothing if config didn't change unless you provide + * the --force parameter + */ public function deployAction() { $api = $this->api();