#silent release

1 messages · Page 1 of 1 (latest)

eager hound
#

Hi There!, just a quick question! is there an option like shorebird release android --silent
or -y
?

mental comet
#

What are you trying to do?

eager hound
#

just to avoid the yes part:

mental comet
#

Heh, I didn't think anyone would be releasing often enough for that to be a problem

#

One thing I do (which may or may not be sufficient for your case) is to just type "y" and then hit enter once the build phase starts

#

I'd be interested to hear more about how you're using shorebird though

eager hound
#

I type just y always

#

we run our final test with the production build just to make sure anything weird may happen

#

so in case we need to fix something before we actually release it i need to create a new build with the fixes

mental comet
#

You could simulate running in a CI environment

#

Just by adding CI=true to your environment variables

eager hound
#

ohh

#

nice