deis / deis/workflow-cli

Add a quiet flag to remove superfluous output

Open
#237 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
31
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Currently `deis` commands output a "header" as the first line of output, for example `deis apps:list` will output something like:

```
=== Apps
casual-quacking
hidden-mongoose
zephyr-instinct
```

In some situations command may also output some warning:

```
! WARNING: Client and server API versions do not match. Please consider upgrading.
! Client version: 2.3
! Server version: 2.2
=== Apps
casual-quacking
hidden-mongoose
zephyr-instinct
```

It would make it easier to use the output of `deis` commands as input to other commands if a `-q --quiet` flag was available which removed the superfluous output.

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.