ddev-ui icon indicating copy to clipboard operation
ddev-ui copied to clipboard

Promisify ddev-shell wrapper and use -j flag

Open andrew-c-tran opened this issue 7 years ago • 0 comments

What happened (or feature request):

What you expected to happen:

ddev-shell wrapper currently does not use promises nor the -j flag in all calls. To ensure consistency of the wrapper and through the entire application, we should be returning a promise and JSON output for all calls.

How to reproduce this:

note that list, describe and hostname in ddev-shell return promises and use the -j flag, but the older start/stop/restart calls do not.

Version: Please include the output of ddev version, docker version and the project's .ddev/config.yaml.

N/A

Anything else do we need to know:

N/A

Please use a complexity rating of 1-5 (5 is high) for a feature request. (High complexity implies more PR planning)

1

andrew-c-tran avatar Dec 26 '17 21:12 andrew-c-tran