You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting to list edge resources in json, the secret store produces a null output when empty.
vcarvajal@vcarvajal-fastly:$ fastly secret-store list --quiet --json
null
I'm using the following version:
vcarvajal@vcarvajal-fastly:$ fastly version
Fastly CLI version v10.18.0 (9679de4f)
Built with go version go1.22.11 linux/amd64 (2025-02-07)
Viceroy version: viceroy 0.12.2
Additionally, the output from various other edge resources types will produce an empty array.
Agreed, the lack of consistency here is harmful. In fact the 'kv-store list' command is literally just emitting the raw JSON response from the API endpoint...
When requesting to
list
edge resources in json, the secret store produces a null output when empty.I'm using the following version:
Additionally, the output from various other edge resources types will produce an empty array.
Describe the solution you'd like
It would be great to have them produce an empty array rather than null.
The text was updated successfully, but these errors were encountered: