Description
CLI should validate inputs provided for flags --page and --limit.
Providing a non-positive value throws error 500 with reason Unspecified error
Steps to reproduce
- Run service-registry list command with limit = 0.
./rhoas service-registry list --limit 0
Expected behaviour
Client should throw error that positive values are to be provided.
Logs
