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
Research direction
Start at the `ee cron list` command and trace how the `--user` value is stored when creating a site. Update the list output to include a user column showing that value, then verify the displayed table matches the command's expected output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100