diff --git a/fern/pages/docs/get-started/sample-tests.mdx b/fern/pages/docs/get-started/sample-tests.mdx index 84af62c..878432e 100644 --- a/fern/pages/docs/get-started/sample-tests.mdx +++ b/fern/pages/docs/get-started/sample-tests.mdx @@ -142,6 +142,27 @@ The `-v` argument is not necessary for remotely hosted tests since Docker doesn' These tests run the same way as local tests, but Doc Detective fetches the test file from the specified URL and stores it in a temporary directory. The URL must be accessible to the machine running the tests. +### Check version + +To check your installed version, use the `--version` argument: + + + + +```bash +npx doc-detective --version +``` + + + + +```bash +docker run docdetective/docdetective --version +``` + + + + ## Next steps - [Resources](./resources)