EasyEngine / EasyEngine/easyengine

Commands with list of output items should allow multiple formats

Open
#1,387 1 comment 0 reactions 0 assignees View on GitHub
good first issue kind/enhancement
Dominant language
PHP
Stars
2.2k
Forks
424
PR merge metrics
No merged PRs in 30d

Description

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:
```bash
ee site list --format=table
ee site list --format=json
ee auth list global --format=table
ee auth list global --format=json
```

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.