--filter,-f=filter=value
Filter output based on conditions given. Multiple filters can be given with multiple uses of the
--filter option.
Valid filters are listed below:
┌────────┬────────────────────────────────────┐
│ Filter │ Description │
├────────┼────────────────────────────────────┤
│ name │ [Name] Secret name (accepts regex) │
├────────┼────────────────────────────────────┤
│ id │ [ID]FullorpartialsecretID │
└────────┴────────────────────────────────────┘
--format=format
Format secret output using Go template.
Valid placeholders for the Go template are listed below:
┌──────────────────────────┬───────────────────────────────────────┐
│ Placeholder │ Description │
├──────────────────────────┼───────────────────────────────────────┤
│ .CreatedAt... │ When secret was created (relative │
│ │ timestamp, human-readable) │
├──────────────────────────┼───────────────────────────────────────┤
│ .ID │ IDofsecret │
├──────────────────────────┼───────────────────────────────────────┤
│ .SecretData │ Secret Data (Displayed only with │
│ │ --showsecret option) │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec... │ Detailsofsecret │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec.Driver... │ Driverinfo │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec.Driver.Name │ Drivername(string) │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec.Driver.Options... │ Driver options (map of driver- │
│ │ specific options) │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec.Labels... │ Labelsforthissecret │
├──────────────────────────┼───────────────────────────────────────┤
│ .Spec.Name │ Nameofsecret │
├──────────────────────────┼───────────────────────────────────────┤
│ .UpdatedAt... │ When secret was last updated │
│ │ (relative timestamp, human-readable) │
└──────────────────────────┴───────────────────────────────────────┘
--noheading,-n
Omit the table headings from the listing.
--quiet,-q
Print secret IDs only.