mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 16:46:30 +00:00
Update cheatsheets
This commit is contained in:
18
linux/virt-xml-validate
Normal file
18
linux/virt-xml-validate
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# virt-xml-validate
|
||||
|
||||
> Validate `libvirt` XML files against a schema.
|
||||
> If a schema is not specified, the schema is determined by the root element in the XML file.
|
||||
> More information: <https://libvirt.org/manpages/virt-xml-validate.html>.
|
||||
|
||||
- Validate an XML file against a specific schema:
|
||||
|
||||
`virt-xml-validate {{path/to/file.xml}} {{schema}}`
|
||||
|
||||
- Validate the domain XML against the domain schema:
|
||||
|
||||
`virt-xml-validate {{path/to/domain.xml}} domain`
|
||||
Reference in New Issue
Block a user