cli/pkg/cmd/secret
Mislav Marohnić 90b7886142 Fix unmarshalling GraphQL error type
The "path" field of a GraphQL error object contains a mix of strings and
numbers and cannot be deserialized into `[]string`. Fortunately, we
don't need to rely on the "path" field and instead have the final error
message be constructed by aggregating human-readable "message" fields.
2021-08-04 15:34:53 +02:00
..
list Add ability to list environment secrets 2021-05-31 21:15:10 +02:00
remove Add a long command description for secrets remove 2021-06-04 16:44:44 +01:00
set Fix unmarshalling GraphQL error type 2021-08-04 15:34:53 +02:00
shared use type for Visibility 2020-12-10 15:11:08 -08:00
secret.go Add ability to list environment secrets 2021-05-31 21:15:10 +02:00