cli/config: short documentation for 'deploy' cmd

This commit is contained in:
Thomas Gelf 2016-04-03 22:27:00 +02:00
parent eb1fbcdca2
commit 242090efdd
1 changed files with 6 additions and 0 deletions

View File

@ -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();