cli/pkg/cmd/secret/set
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
..
http.go Fix unmarshalling GraphQL error type 2021-08-04 15:34:53 +02:00
set.go Fix setting environment secrets 2021-06-14 11:51:20 +02:00
set_test.go Fix setting environment secrets 2021-06-14 11:51:20 +02:00