# Deploy via Netlify CLI

Deploy to Netlify using the command-line interface for local testing and CI/CD.

## Quick Start

```bash
# Install CLI
npm install -g netlify-cli

# Deploy
netlify deploy --prod
```

## References

- [CLI Documentation](https://docs.netlify.com/cli/get-started/)
