diff --git a/docs/conf.py b/docs/conf.py index 13f6ad0..49a68a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ project = "stac-check" author = "Jonathan Healy" -release = "1.3.1" +release = "1.5.0" # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index e7d00f5..568e7fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,10 +41,14 @@ CLI Usage -l, --links Validate links for format and response. -a, --assets Validate assets for format and response. -m, --max-depth INTEGER Maximum depth to traverse when recursing. Omit this - argument to get full recursion. Ignored if - `recursive == False`. + argument to get full recursion. Ignored if + `recursive == False`. -r, --recursive Recursively validate all related stac objects. - --help Show this message and exit. + --no-assets-urls Disables the opening of href links when validating assets + (enabled by default). + --header KEY VALUE HTTP header to include in the requests. Can be used + multiple times. + --help Show this message and exit. Show this message and exit. Examples ~~~~~~~~ @@ -91,7 +95,7 @@ STAC Versions supported ``stac-check`` supports the following STAC versions: -``[0.8.0, 0.8.1, 0.9.0, 1.0.0-beta.1, 1.0.0-beta.2, 1.0.0-rc.1, 1.0.0-rc.2, 1.0.0-rc.3, 1.0.0-rc.4, 1.0.0]`` +``[0.8.0, 0.8.1, 0.9.0, 1.0.0-beta.1, 1.0.0-beta.2, 1.0.0-rc.1, 1.0.0-rc.2, 1.0.0-rc.3, 1.0.0-rc.4, 1.0.0, 1.1.0]`` .. toctree:: :maxdepth: 1