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
There is a confirm function in the CLI that kicks in in two cases:
Before applying a migration.
Before updating content entries.
It would be nice to have a way to skip this prompt and assume "Yes" by adding something like --assume-yes to a command.
This change would benefit the CLI in that it would make it friendlier for potential use in CI/CD and also avoid confirming every time while testing and actively modifying a migration against a test environment, for example.
The text was updated successfully, but these errors were encountered:
There is a
confirm
function in the CLI that kicks in in two cases:It would be nice to have a way to skip this prompt and assume "Yes" by adding something like
--assume-yes
to a command.This change would benefit the CLI in that it would make it friendlier for potential use in CI/CD and also avoid confirming every time while testing and actively modifying a migration against a test environment, for example.
The text was updated successfully, but these errors were encountered: