yaml
type: "io.kestra.plugin.core.kv.getkeys"
Examples
yaml
id: kv_store_getkeys
namespace: company.team
tasks:
- id: kv_getkeys
type: io.kestra.plugin.core.kv.GetKeys
prefix: my_var
namespace: dev # the current namespace of the flow will be used by default
Properties
namespace string
Default
{{ flow.namespace }}
prefix string
Outputs
keys array
SubType string