deis / deis/workflow-cli

Command requiring app name should inform when not provided

Open
#77 8 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
31
Forks
42
PR merge metrics
No merged PRs in 30d

Description

When an app name is not provided for `deis` commands technically requiring one the current default is to return the raw `404 Not Found` response from the k8s api:

```
$ deis config:list
Error:
404 Not Found
detail: Not found.
```

It would be nice if the command could inform the user of the need/requirement to pass the app name (in the form of `-a app_name`) to properly proceed. (Basically, if the command hasn't been invoked with this parameter, send some default message to that effect)

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.