shorebird
                                
                                 shorebird copied to clipboard
                                
                                    shorebird copied to clipboard
                            
                            
                            
                        feat: skip confirmation when create a new release
Hello everyone, I have a question --force flag has been removed, how I can skip confirmation "would you like to continue" when create a new release
Hi @minhtritc97 👋
--force was removed in favor of:
- --allow-asset-diffs: Patch even if asset diffs are detected.
- --allow-native-diffs: Patch even if native code diffs are detected.
Hope that helps 👍
If you are seeing unexpected changes you have to skip, we'd love to help diagnose.
thanks for supporting
To clarify, are you just asking to skip the "would you like to continue" prompt?
To clarify, are you just asking to skip the "would you like to continue" prompt?
yes, I need that
@felangel is the right response here just the CI=true flag?
@felangel is the right response here just the CI=true flag?
If you want to just skip all prompts then yes 👍
I guess another approach would be the "yes" command which is designed to help with this sort of thing. I don't know if other tools have a --no-confirm or similar.
e.g.
yes | shorebird release android