Skip to content

Commit 2631c04

Browse files
committed
add lint option to readme
1 parent 5689cd6 commit 2631c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ stac_validator --help
100100
Usage: stac_validator [OPTIONS] STAC_FILE
101101

102102
Options:
103+
--lint Use stac-check to lint stac object.
103104
--core Validate core stac object only without extensions.
104105
--extensions Validate extensions only.
105106
--links Additionally validate links. Only works with
@@ -111,6 +112,7 @@ Options:
111112
-r, --recursive INTEGER Recursively validate all related stac objects. A
112113
depth of -1 indicates full recursion.
113114
-v, --verbose Enables verbose output for recursive mode.
115+
--no_output Do not print output to console.
114116
--log_file TEXT Save full recursive output to log file (local
115117
filepath).
116118
--version Show the version and exit.

0 commit comments

Comments
 (0)