ReferenceCLIService Identity
Service Identity List
Service Identity List CLI command reference
goodmem service-identity list
List readable service identities
Synopsis
List one stable page of service identities visible to the authenticated principal.
goodmem service-identity list [flags]Examples
# List readable active service identities as a table
goodmem service-identity list
# Filter by owner and labels, including permanent tombstones
goodmem service-identity list --owner 44e8175d-c57a-4cf2-8f65-a20c05ea2250 \
--label environment=production --include-deleted
# Print only UUIDs for scripts
goodmem service-identity list --quietOptions
-f, --format string Output format: table, json, compact, quiet (default "table")
-h, --help help for list
-i, --include-deleted Include permanent tombstones
-l, --label strings Exact label selector key=value (repeatable)
--max-results int32 Maximum identities in one page
--next-token string Opaque token for the next page
--no-trunc Do not truncate table values
-o, --owner string Exact administrative-owner UUID
-q, --quiet Output only service-identity UUIDsOptions inherited from parent commands
--api-key string API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
--server string GoodMem server address (gRPC API)SEE ALSO
- goodmem service-identity - Manage workload service identities