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

We need the --force flag. #1841

Closed
willbsoon opened this issue Mar 29, 2024 · 5 comments
Closed

We need the --force flag. #1841

willbsoon opened this issue Mar 29, 2024 · 5 comments

Comments

@willbsoon
Copy link

We've been building local workflows for Flutter development and app deployment. Currently, we find that the --force flag is essential in our CI tasks running on a local server. It would be appreciated if we could reconsider re-enabling this option.

@felangel
Copy link
Contributor

Hi @willbsoon 👋
Thanks for opening an issue!

We have removed the --force flag but have added:

  • --allow-native-diffs to allow native file changes
  • --allow-asset-diffs to allow asset changes

Let us know if that helps 👍

@willbsoon
Copy link
Author

willbsoon commented Mar 29, 2024

@felangel
Thank you for your response. It appears that you are discussing the use of the shorebird patch command with reference to those flags. However, it seems there's no option to suppress prompts even with those flags. Moreover, the necessity for the --force flag extends beyond just patch to also include release. In our current workflow, where we use flutter build followed by Fastlane for uploading files to the store, switching to shorebird release introduces prompts that halt subsequent operations. Therefore, we need a method to employ the --force option for releases as well to ensure our processes run uninterrupted.

@eseidel
Copy link
Contributor

eseidel commented Mar 29, 2024

Ah yeah, we have an issue where we're still showing prompts under fastlane and shouldn't. We can look next week, thanks for reporting: #1705

@eseidel eseidel added this to 1.0 Mar 29, 2024
@eseidel eseidel moved this to Customers in 1.0 Mar 29, 2024
@willbsoon
Copy link
Author

@eseidel Thank you for the prompt response and for acknowledging the issue regarding prompts under Fastlane. Looking forward to seeing how issue #1705 progresses. Thanks again for your support!

@eseidel
Copy link
Contributor

eseidel commented Mar 29, 2024

I'm going to dupe this against #1705 for now and we can open an new issue once we resolve that if it doesn't fix your issue, sound good?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants