site

Usage: nsd rules site [-fhlRV] [--progress-console] [--progress-data] [--progress-json] [-b=<baseDir>] [-m=<domian>] [-P=<parallelism>] [--progress-output=<progressOutput>] [-r=<pageErrors>] [--root-action-icon=<rootActionIcon>] [--root-action-location=<rootActionLocation>] [--root-action-text=<rootActionText>] [-t=<timeout>] [-T=<pageTemplate>] [-w=<workDir>] [-c=<String=String>]... [-C=URL]... [-M=<String=String>]... [-e[=<excludes>...]]... [-i [=<includes>...]]... <model> <output> Generates rule set documentation site <model> Model URI, resolved relative to the current directory or looked up in registered rule sets if -R option is provided <output> Output directory -b, --base-dir=<baseDir> Base directory -c, --context-entry=<String=String> Context entries. Shadow entries in contexts and mounts. -C, --context=URL Context resource URL relative to the current directory. YAML, JSON, or properties. In properties dots are treated as key path separators. Type is inferred from the content type header, if it is present, or extension. Contexts are composed in the order of definition, later context entries shadowing the former -e, --exclude[=<excludes>...] Output directory clean excludes Ant pattern -f, --file Mdel parameter is a file path -h, --help Show this help message and exit. -i, --include[=<includes>...] Output directory clean includes Ant pattern -l, --[no-]clean Clean working directory defaults to true -m, --domain=<domian> Sitemap domain -M, --context-mount=<String=String> MappingContext resource URL relative to the current directory. YAML, JSON, or properties. In properties dots are treated as key path separators. Type is inferred from the content type header, if it is present, or extension. Mounts shadow context entries. -P, --parallelism=<parallelism> If the value greater than one then an executor service is created and injected into the context to allow concurrent execution. --progress-console Output progress to console --progress-data Output progress data --progress-json Output progress in JSON --progress-output=<progressOutput> Output file for progress monitor -r, --errors=<pageErrors> Expected number of page errors -1 for any (not fail on errors) default is 0 -R, --registered Use registered rule set with provided URI --root-action-icon=<rootActionIcon> Root action icon --root-action-location=<rootActionLocation> Root action location --root-action-text=<rootActionText> Root action text -t, --timeout=<timeout> If parallelism is greater than one this option specifies timout in seconds awaiting completion of execution. Default value is 60. -T, --page-template=<pageTemplate> Page template URI relative to the current directory -V, --version Print version information and exit. -w, --work-dir=<workDir> Working directory Exit codes: Non-negative number Delegate result -1 Unhandled exception during execution -2 Invalid input -3 Diagnostic failed -4 Execution failed or was cancelled, successful rollback -5 Execution failed or was cancelled, rollback failed -6 Executor service termination timed out