trapeze
                                
                                
                                
                                    trapeze copied to clipboard
                            
                            
                            
                        add docs about lunch different config files
I find in example different configs https://github.com/ionic-team/trapeze/tree/main/examples/capacitor-app but don't find in package.json script how to lunch this.
so i'm suggest add to documentation information about using different config, and link https://ionic.io/docs/appflow/quickstart/environment#example-customizing-the-build-script
or is use dotenv-cli for example:
we have two file config.dev.yml and config.prod.yml
dotenv -c development -- bash -c 'npx trapeze run config-${BUILD_ENV}.yml -y'