EasyEngine/easyengine

Commands with list of output items should allow multiple formats

Open

#1,387 创建于 2019年2月5日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)PHP (429 fork)batch import
good first issuekind/enhancement

仓库指标

Star
 (1,984 star)
PR 合并指标
 (平均合并 20天 14小时) (30 天内合并 7 个 PR)

描述

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

贡献者指南