EasyEngine/easyengine

Commands with list of output items should allow multiple formats

Open

#1387 aperta il 5 feb 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)PHP (429 fork)batch import
good first issuekind/enhancement

Metriche repository

Star
 (1984 star)
Metriche merge PR
 (Merge medio 20g 14h) (7 PR mergiate in 30 g)

Descrizione

For example ee site info should allow output in different formats like yaml,json. This should happen to maintain parity with the other commands like ee site list, ee auth list global

Example:

ee site list --format=table
ee site list --format=json
ee auth list global --format=table
ee auth list global --format=json

Now,

# This works
ee site info example.com
# This doesn't work
ee site info example.com --format=json

Guida contributor