EasyEngine / EasyEngine/cron-command
Cron list should show user
- Dominant language
- PHP
- Stars
- 4
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Currently `ee cron list` does not show the user command is being run as.
```
+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+
| id | site_url | command | schedule |
+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+
| 2 | www.greaterkashmir.com | sh -c 'wp cron event run --due-now' | 0 1/10 * * * * |
+----+------------------------+---------------------------------------------------------------------------------------------------------------------------------+----------------+
```
It should also show a user column which would describe value of `--user` parameter passed while creating a site.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.