We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafbc84 commit 41278b2Copy full SHA for 41278b2
cmd/onecli/secrets.go
@@ -175,3 +175,4 @@ func (c *SecretsDeleteCmd) Run(out *output.Writer) error {
175
}
176
return out.Write(map[string]string{"status": "deleted", "id": c.ID})
177
178
+
internal/api/secrets.go
@@ -17,6 +17,7 @@ type Secret struct {
17
CreatedAt string `json:"createdAt"`
18
TypeLabel string `json:"typeLabel,omitempty"`
19
Preview string `json:"preview,omitempty"`
20
+ Warning string `json:"warning,omitempty"`
21
22
23
// InjectionConfig describes how a secret is injected into requests.
0 commit comments