trapeze icon indicating copy to clipboard operation
trapeze copied to clipboard

add docs about lunch different config files

Open reslear opened this issue 3 years ago • 0 comments

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'

reslear avatar Oct 03 '22 16:10 reslear