System Commands
apex sys <SUB_COMMAND> [OPTIONS]
|
|
Various system commands for tasks including manage the database(s), SMTP server(s), repositories, reset redis, and more.
|
Available Commands
| Command | Description |
|---|---|
| db | Manage database connection information for master and read-only connections. |
| repo | List and manage repositories configured on this system. |
| smtp | List and manage SMTP e-mail servers configured on this system. |
| compile-core | Used by maintainers of Apex to compile the core Github repository. |
| crontab | Execute one or all pending crontab jobs. |
| get-config | View one or more configuration variables. |
| list | List all developer defined services or crontab jobs on system. |
| listen | Used for horizontal scaling, and will begin listening on RabbitMQ or other message broker for incoming RPC calls. |
| reset-redis | Reset the redis keys for one or all packages. |
| scan-classes | Scan all lisenters and index all listeners, child classes, and implementors. |
| set-config | Set the value of a configuration variable. |
| sql | Execute SQL statement against database. |
| svn | Execute SVN commands against a checked out package. |