| NETLIFY_AUTH_TOKEN | Auth token to use with netlify | yes | "" |
| NETLIFY_SITE_ID | Your Netlify site id | yes | "" |
| NETLIFY_DEPLOY_TO_PROD | Should the site be deployed to production? | no | false |
| NETLIFY_DEPLOY_MESSAGE | A deploy message | no | "" |
| debug | When provided, prints more debug info in NETLIFY_OUTPUT | no | "" |
| build_directory | Directory where built files are stored | yes | build |
| functions_directory | Directory where built files are stored | no | "" |
| install_command | Command to install dependencies | no | "" |
| netlify_path | Path to netlify CLI binary | no | netlify |
| build_command | Command to build static website | no | npm run build |
| deploy_alias | Deployment Subdomain name | no | "" |
| monorepo_package | In monorepos, package to deploy | no | "" |
| command_extra_flags | Any optional extra flags added to Netlify deploy command | no | "" |