ionic-team / trapeze

The mobile project configuration toolbox. Manage native iOS, Android, Ionic/Capacitor, React Native, and Flutter apps through a simple YAML format.
https://trapeze.dev
Other
319 stars 39 forks source link

Documentation: Add info about the -y cmd line option #199

Open tupakapoor opened 1 year ago

tupakapoor commented 1 year ago

I saw it was used in some examples, however I couldn't find what it did described anywhere in the docs, I had to read the source. I think putting it on the CI/CD page would be great - if the docs are open source somewhere I'll be happy to open a PR for it but I couldn't find them.

metalllus commented 10 months ago

Just to elaborate more the -y command line option auto applies the changes so that you do not have to enter y and confirm in the terminal every time which is very useful.

tupakapoor commented 10 months ago

Thank you, I did eventually find that written somewhere. Should be in the docs though 😁

metalllus commented 10 months ago

@tupakapoor yea I know that you knew :) I wrote my comment for other people who potentially find this thread in the future because you did not write what the option actually does.