-
Notifications
You must be signed in to change notification settings - Fork 925
Make error message for containers images delete more helpful. #9875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 9355d89 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Print the expected format to make it clear(er) to users that the argument must be of the form IMAGE:TAG. Also update the error handling for some of the images subcommands so that they properly print errors and exit with a non-zero status code in error cases.
93ce23e
to
e41c3cc
Compare
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the Depending on your changes, running Notes:
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
I added the |
Fixes CC-5181.
Print the expected format to make it clear(er) to users that the argument must be of the form IMAGE:TAG.
Also update the error handling for some of the images subcommands so that they properly print errors and exit with a non-zero status code in error cases.