mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update packaging_apps.md
This commit is contained in:
parent
c253e26fb2
commit
d7dcb0b079
1 changed files with 11 additions and 0 deletions
|
@ -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> ]
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue