Update packaging_apps.md

This commit is contained in:
kload@kload.fr 2013-12-01 11:53:50 +01:00 committed by YunoHost
parent c253e26fb2
commit d7dcb0b079

View file

@ -129,6 +129,17 @@ Since YunoHost has a unified architecture, you will be able to guess most of the
### Helpers
The CLI [moulinette](#/moulinette) provides a few tools to make the packager's work easier:
<br>
```bash
sudo yunohost app checkport <port>
```
<blockquote>
This helper checks the port and return an error if the port is already in use.
</blockquote>
<br>
```bash
sudo yunohost app setting <id> <key> [ -v <value> ]
```