.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH USDCHECKER "1" "September 2026" "usdchecker 26.08" "User Commands" .SH NAME usdchecker \- manual page for usdchecker 26.08 .SH SYNOPSIS .B usdchecker [\fI\,OPTIONS\/\fR] [\fI\,inputFile\/\fR] .SH DESCRIPTION Utility for checking the compliance of a given USD stage or a USDZ package. Only the first sample of any relevant time\-sampled attribute is checked, currently. .SS "Positionals:" .TP inputFile FILE Name of the input file to inspect. .SH OPTIONS .TP \fB\-h\fR,\-\-help Print this help message and exit .TP \fB\-\-includeKeywords\fR KEYWORDS If specified, only validators from the included keywords are run. Multiple keywords can be specified as a comma separated list. If not specified, all validators are run. .TP \fB\-s\fR,\-\-skipVariants If specified, only the prims that are present in the default (i.e. selected) variants are checked. When this option is not specified, prims in all possible combinations of variant selections are checked. .TP \fB\-p\fR,\-\-rootPackageOnly Check only the specified package. Nested packages, dependencies and their contents are not validated. .TP \fB\-o\fR,\-\-out FILE The file to which all the failed checks are output. If unspecified, the failed checks are output to stdout; if "stderr", terminal coloring will be suppressed. .TP \fB\-\-noAssetChecks\fR If specified, do NOT perform extra checks to help ensure the stage or package can be easily and safely referenced into aggregate stages. .TP \fB\-d\fR,\-\-dumpRules Dump the enumerated set of rules being checked for the given set of options. .TP \fB\-v\fR,\-\-verbose Enable verbose output mode. .TP \fB\-t\fR,\-\-strict Return failure code even if only warnings are issued, for stricter compliance. .TP \fB\-\-variantSets\fR TEXT ... List of variantSets to validate. All variants for the given variantSets are validated. This can also be used with \fB\-\-variants\fR to validate the given variants in combination with variants from the explicitly specified variantSets. This option is only valid when using the new validation framework. .TP \fB\-\-variants\fR TEXT ... List of ',' separated variantSet:variant pairs to validate. Each set of variants in the list are validated separately. Example: \fB\-\-variants\fR foo:bar,baz:qux will validate foo:bar and baz:qux together but \fB\-\-variants\fR foo:bar \fB\-\-variants\fR baz:qux will validate foo:bar and baz:qux separately. This can also be used with \fB\-\-variantSets\fR to validate the given variants in combination with varuants from the explicitly specified variantSets. This option is only valid when using the new validation framework. .TP \fB\-\-disableVariantValidationLimit\fR Disable the limit set to restrict the number of variants validation calls. This is useful when the number of variants is large and we want to validate all possible combinations of variants. Default is to limit the number of validation calls to 1000. This option is only valid when using the new validation framework.