We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5689cd6 commit 2631c04Copy full SHA for 2631c04
README.md
@@ -100,6 +100,7 @@ stac_validator --help
100
Usage: stac_validator [OPTIONS] STAC_FILE
101
102
Options:
103
+ --lint Use stac-check to lint stac object.
104
--core Validate core stac object only without extensions.
105
--extensions Validate extensions only.
106
--links Additionally validate links. Only works with
@@ -111,6 +112,7 @@ Options:
111
112
-r, --recursive INTEGER Recursively validate all related stac objects. A
113
depth of -1 indicates full recursion.
114
-v, --verbose Enables verbose output for recursive mode.
115
+ --no_output Do not print output to console.
116
--log_file TEXT Save full recursive output to log file (local
117
filepath).
118
--version Show the version and exit.
0 commit comments