# envcheck ## Docs - [CI/CD Integration](https://mintlify.wiki/dotandev/envcheck/advanced/ci-cd.md): Use envcheck in your CI/CD pipelines to validate environments before deployment - [JSON Output Format](https://mintlify.wiki/dotandev/envcheck/advanced/json-output.md): Detailed documentation of envcheck's JSON output structure for programmatic parsing - [Troubleshooting](https://mintlify.wiki/dotandev/envcheck/advanced/troubleshooting.md): Common issues and solutions when using envcheck - [Commands](https://mintlify.wiki/dotandev/envcheck/cli/commands.md): Complete reference for all envcheck CLI commands - [Exit Codes](https://mintlify.wiki/dotandev/envcheck/cli/exit-codes.md): Understanding envcheck exit codes for CI/CD integration - [Options](https://mintlify.wiki/dotandev/envcheck/cli/options.md): Global flags and options for envcheck CLI - [Environment Variables](https://mintlify.wiki/dotandev/envcheck/configuration/environment-variables.md): Validate environment variables and their values - [File Validation](https://mintlify.wiki/dotandev/envcheck/configuration/files.md): Validate files and directories in your project - [Network Checks](https://mintlify.wiki/dotandev/envcheck/configuration/network.md): Validate network connectivity and API availability - [Configuration Overview](https://mintlify.wiki/dotandev/envcheck/configuration/overview.md): Understanding the envcheck configuration file structure - [Port Availability](https://mintlify.wiki/dotandev/envcheck/configuration/ports.md): Check that required ports are available - [Tool Validation](https://mintlify.wiki/dotandev/envcheck/configuration/tools.md): Configure tool and CLI validation checks - [Adding Validators](https://mintlify.wiki/dotandev/envcheck/contributing/adding-validators.md): Step-by-step guide to adding new validator types to envcheck - [Development Setup](https://mintlify.wiki/dotandev/envcheck/contributing/development-setup.md): Set up your local development environment for contributing to envcheck - [Contributing to envcheck](https://mintlify.wiki/dotandev/envcheck/contributing/overview.md): Learn how to contribute to envcheck - an open-source Rust project designed to be community-driven - [Go Project](https://mintlify.wiki/dotandev/envcheck/examples/go.md): Environment validation for Go applications - [Node.js Project](https://mintlify.wiki/dotandev/envcheck/examples/nodejs.md): Environment validation for Node.js applications - [Python/Django Project](https://mintlify.wiki/dotandev/envcheck/examples/python.md): Environment validation for Python and Django applications - [Rails Project](https://mintlify.wiki/dotandev/envcheck/examples/rails.md): Environment validation for Ruby on Rails applications - [Rust Project](https://mintlify.wiki/dotandev/envcheck/examples/rust.md): Environment validation for Rust applications - [Installation](https://mintlify.wiki/dotandev/envcheck/installation.md): Install envcheck using cargo, pre-built binaries, or build from source - [Introduction](https://mintlify.wiki/dotandev/envcheck/introduction.md): A lightweight CLI tool that validates your development environment against project requirements - [Quick Start](https://mintlify.wiki/dotandev/envcheck/quickstart.md): Get up and running with envcheck in minutes