We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 692be99 + a52f60d commit 1353a47Copy full SHA for 1353a47
1 file changed
crd-extractor/crd-extractor
@@ -52,7 +52,7 @@ if [ $? == 0 ]; then
52
53
printf "\nTo validate a CR using various tools, run the relevant command:\n"
54
printf "\n- ${CYAN}kubeconform:${NC}\n\$ kubeconform -summary -output json -schema-location default -schema-location '$HOME/.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' /path/to/file\n"
55
- printf "\n- ${CYAN}datree:${NC}\n\$ datree test --schema-location $HOME/.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json /path/to/file\n\n"
+ printf "\n- ${CYAN}datree:${NC}\n\$ datree test --schema-location '$HOME/.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' /path/to/file\n\n"
56
fi
57
58
-rm -rf $TMP_CRD_DIR
+rm -rf $TMP_CRD_DIR
0 commit comments