sdm admin services list

Last modified on November 3, 2023

NAME:
   sdm admin services list - list all service accounts in your organization

USAGE:
   sdm admin services list [command options] [arguments...]

OPTIONS:
   --json, -j           output as json
   --filter value       filter e.g. 'field:name tag:key=value ...'
   --filters-help       show valid filter strings and examples
   --filter-json value  path to JSON based filter
   --timeout value      set time limit for command
=

Additional Information

Example --filter-json file:

[
    {
        "name":"S1"
    }
]

For more information on the use of filters in the CLI, see the Filters documentation.