wrangler pages deploy [directory] Deploy a directory of static assets as a Pages deployment POSITIONALS directory The directory of static files to upload [string] GLOBAL FLAGS --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string] --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array] -h, --help Show help [boolean] --install-skills Install Cloudflare agents skills, if not already present, without asking the user for confirmation [boolean] [default: false] -v, --version Show version number [boolean] OPTIONS --project-name The name of the project you want to deploy to [string] --branch The name of the branch you want to deploy to [string] --commit-hash The SHA to attach to this deployment [string] --commit-message The commit message to attach to this deployment [string] --commit-dirty Whether or not the workspace should be considered dirty for this deployment [boolean] --skip-caching Skip asset caching which speeds up builds [boolean] --no-bundle Whether to run bundling on `_worker.js` before deploying [boolean] --upload-source-maps Whether to upload any server-side sourcemaps with this deployment [boolean] [default: false]