π BUG: unknown arguments: publish, on $ wrangler pages publish dist/client
#878
Labels
pages
Relating to Pages
$ wrangler pages publish dist/client
#878
What version of
Wrangler
are you using?0.0.27
What operating system are you using?
Mac OS 12.2.1
Describe the Bug
When I run
$ wrangler pages project create asdasd
, I get:β¨ Successfully created the 'asdasd' project. It will be available at https://asdasd.pages.dev/ once you create your first deployment.
To deploy a folder of assets, run 'wrangler pages publish [directory]'.
But when I run
$ wrangler pages publish dist/client
, I get:Unknown arguments: publish, dist/client
When I check
$ wrangler pages --help
, I get:Commands:
wrangler pages dev [directory] [-- command] π§βπ» Develop your full-stack Pages application locally
wrangler pages project β‘οΈ Interact with your Pages projects
wrangler pages deployment π Interact with the deployments of a project
The text was updated successfully, but these errors were encountered: