We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be44249 commit e81379dCopy full SHA for e81379d
1 file changed
skills/b2c-cli/skills/b2c-docs/SKILL.md
@@ -72,8 +72,11 @@ b2c docs schema order
72
# List all available schemas
73
b2c docs schema --list
74
75
-# Output as JSON
76
-b2c docs schema catalog --json
+# Print the filesystem path to the schema file
+b2c docs schema catalog --path
77
+
78
+# Validate an XML file against a schema using xmllint
79
+xmllint --schema "$(b2c docs schema catalog --path)" my-catalog.xml --noout
80
```
81
82
## Common Classes
0 commit comments