-
Notifications
You must be signed in to change notification settings - Fork 51
Labels
bugSomething isn't workingSomething isn't workingcontribfestBacklog of the ContribFest at KubeConBacklog of the ContribFest at KubeCongoPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
The error message when running score-compose generate
is misleading. It states:
Error: the project is empty, please provide a score file to generate fro
This is confusing because this only happens the first time your run score-compose generate
. The user probably does not know about "projects" or that there is a project missing.
To Reproduce
Steps to reproduce the behavior:
In a new directory run:
score-compose init
score-compose generate
Error message will include:
Error: the project is empty, please provide a score file to generate from
Expected behavior
The error should describe more clearly what needs to be done:
Please specify a score file for the first time
Or maybe even better: if there is a file called score.yaml
in the current directory - ask if this score file should be used.
7h3-3mp7y-m4n
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontribfestBacklog of the ContribFest at KubeConBacklog of the ContribFest at KubeCongoPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed