semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
25 stars 13 forks source link

Don't list repositories as part of list response #160

Closed bmarkons closed 5 years ago

bmarkons commented 5 years ago

The API has been changed so it doesn't server repositories within response of List request. This PR updates the CLI print accordingly.

shiroyasha commented 5 years ago

This degrades the usefulness of this tool. Why did we remove the repository information?

bmarkons commented 5 years ago

The API has changed recently so it doesn't return repositories as part of list response.

With that said, current output of sem get projects command is the following:

➜  ~ sem get projects
NAME      REPOSITORY
webapp
webapp2

In order to align with the API, CLI output needs to be updated.

shiroyasha commented 5 years ago

We have debugged the core issue. Closing.