mirror of
https://github.com/friendica/friendica
synced 2025-04-29 00:24:24 +02:00
Add Jetstream daemon to console
This commit is contained in:
parent
64e66acb01
commit
3d2524532f
5 changed files with 167 additions and 158 deletions
|
@ -38,6 +38,7 @@ Commands:
|
|||
contact Contact management
|
||||
createdoxygen Generate Doxygen headers
|
||||
daemon Interact with the Friendica daemon
|
||||
jetstream Interact with the Jetstream daemon
|
||||
dbstructure Do database updates
|
||||
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||
extract Generate translation string file for the Friendica project (deprecated)
|
||||
|
@ -77,6 +78,7 @@ HELP;
|
|||
'contact' => Friendica\Console\Contact::class,
|
||||
'createdoxygen' => Friendica\Console\CreateDoxygen::class,
|
||||
'daemon' => Friendica\Console\Daemon::class,
|
||||
'jetstream' => Friendica\Console\JetstreamDaemon::class,
|
||||
'docbloxerrorchecker' => Friendica\Console\DocBloxErrorChecker::class,
|
||||
'dbstructure' => Friendica\Console\DatabaseStructure::class,
|
||||
'extract' => Friendica\Console\Extract::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue