We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff3a9e commit 82c4bb1Copy full SHA for 82c4bb1
internal/cmd/apihub/attributes/get.go
@@ -52,9 +52,9 @@ var GetCmd = &cobra.Command{
52
if slo {
53
attributeID = "system-slo"
54
} else if env {
55
- attributeID = "system-envvironment"
+ attributeID = "system-environment"
56
} else if dep {
57
- attributeID = "system-deployment"
+ attributeID = "system-deployment-type"
58
} else if specType {
59
attributeID = "system-spec-type"
60
}
0 commit comments