Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter output on `ls` commands when no resources to show #734
Comments
|
Put together a quick fix that gives the following output: ❯ ./bin/local/ecs-preview env ls
? Which project's environments would you like to list? test-project
No environments to list for project "test-project"❯ ./bin/local/ecs-preview app ls
? Which project's applications would you like to list? test-project
Sorry! No configured apps found for the project "test-project"Just checking the length of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently on
env lsandapp lswith no envs or apps:It would be nice to hav a similar output to
app showwhen there are no apps: