Skip to content
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

Prevent deletion of resources by default #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 7, 2021

  1. Prevent deletion of resources by default

    Relates to #240.
    
    Previously this is opt-in via `--upsert-only`, now the behaviour of
    "upsert only" would be the default, and you'd need to opt-in to deleting
    resources.
    
    This seems like the default I should have chosen in the beginning.
    
    There are some consequences from this change:
    * it's breaking and therefore should lead to a new major version (v2)
    * it probably replaces the need for `--allow-recreate`
    michaelsauter committed May 7, 2021
    Configuration menu
    Copy the full SHA
    340c190 View commit details
    Browse the repository at this point in the history