cli/pkg/cmd/secret
Robin Neatherway 0e51ec1699 Correct benign mistake in off-by-one guard
m[2] is the third element of m, rather than the second, so we have to
check instead that the len of m is at least 3.

Because the regular expression has two capture groups, the length of m
will always be 3, so currently the guard will always be true.
2021-08-19 14:41:04 +01:00
..
list Correct benign mistake in off-by-one guard 2021-08-19 14:41:04 +01: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