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 the npx wrangler@latest pages project delete subcommand, if no project name is specified, it attempts to delete the project named undefined.
Expected behavior
It should validate that there is a passed project name, and return -h output if it isn't passed in. Specifying a project name works as expected.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered:
Which Cloudflare product(s) does this pertain to?
Pages
What version(s) of the tool(s) are you using?
wrangler@3.48.0
What version of Node are you using?
No response
What operating system and version are you using?
macOS Sonoma 14
Describe the Bug
Observed behavior
When using the
npx wrangler@latest pages project delete
subcommand, if no project name is specified, it attempts to delete the project namedundefined
.Expected behavior
It should validate that there is a passed project name, and return
-h
output if it isn't passed in. Specifying a project name works as expected.Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: