You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
microcks services list – List Services Imported in Microcks
Lists the services (APIs and mocks) currently imported in the connected Microcks instance.
Usage
microcks services list [flags]
Flags
Flag
Default
Description
--page
0
Page of services to retrieve (0-indexed)
--size
20
Number of services per page
Examples
# List services using the current context
microcks services list
# List the second page of results with 10 services per page
microcks services list --page 1 --size 10
# List services against a specific Microcks instance
microcks services list --microcksURL http://localhost:8585 \
--keycloakClientId my-client \
--keycloakClientSecret my-secret