odo list services
Description
You can use odo list services
to list all the bindable Operator backed services on the cluster.
Running the command
To list bindable services in the current project/namespace:
odo list services
Example
To list bindable services in all projects/namespaces accessible to the user:
odo list services -A
Example
To list bindable services in a particular project/namespace that is accessible to the user:
odo list services -n <project-name>
Example
To get the JSON formatted output for any of the above commands, add -o json
to the commands shown above. That
would be:
odo list services -o json
odo list services -A -o json
odo list services -n <project-name> -o json