Problem/Motivation
We log CLI output to cloudwatch so the multiline tables or JSON/YAML output is not desirable. We can easily support a oneline type output format.
Proposed resolution
Add special oneline format handling in at least p:queue-work command
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3263285-3.patch | 2 KB | acbramley |
Issue fork purge-3263285
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
acbramley commentedComment #3
acbramley commentedSeems to cause issues bubbling that format up when the queue is empty so this might work better.
Comment #5
acbramley commentedRerolled into an MR after #3078507: Refactor drush commands into base module