Skip to content

Latest commit

 

History

History
110 lines (52 loc) · 1.69 KB

File metadata and controls

110 lines (52 loc) · 1.69 KB

list services/binding

btp list services/binding

List all service bindings in a subaccount.

btp list services/binding [parameters]

Required

-sa, --subaccount

The ID of the subaccount in which to view bindings. You can omit this parameter if you have already set the context to the subaccount using btp target --subaccount ID.

Optional

--labels-filter

Filters the service binding based on the label query. For example, to list all service bindings that are used for 'backing services', use purpose eq 'backing services'.

For the full list of the available query options, see Filtering Parameters and Operators.

--fields-filter

Filters the service bindings based on the field query. You can filter for all fields that are displayed in the 'list services/binding' command.

For example, to list all the service bindings that are ready to be used, use ready eq 'true'.

For the full list of the available query options, see Filtering Parameters and Operators.