wrangler publish is deprecated

This commit is contained in:
Manav Rathi 2024-03-19 13:51:13 +05:30
parent 2419b079af
commit 1e50570936
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ Each worker is a self contained directory with its each `package.json`.
* Login into wrangler (if needed) using `yarn wrangler login`
* Deploy! `yarn wrangler publish`
* Deploy! `yarn wrangler deploy`
Wrangler is the CLI provided by Cloudflare to manage workers. Apart from
deploying, it also allows us to stream logs from running workers by using `yarn