You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Wrangler from CI it could be useful to have the output in a JSON format to simplify the command result interpretation.
For example, when calling wrangler pages deploy, having the option to output to JSON and be able to get the URL to the freshly deploy pages (versus having to extract the URL with a regex from all the command output) can be a nice to have.
The text was updated successfully, but these errors were encountered:
Describe the solution
Hi,
When using Wrangler from CI it could be useful to have the output in a JSON format to simplify the command result interpretation.
For example, when calling
wrangler pages deploy
, having the option to output to JSON and be able to get the URL to the freshly deploy pages (versus having to extract the URL with a regex from all the command output) can be a nice to have.The text was updated successfully, but these errors were encountered: