-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add configuration and project parameters for ionic #51
base: master
Are you sure you want to change the base?
Add configuration and project parameters for ionic #51
Conversation
I didn't know about these features, when were they added to Ionic CLI? Maybe that information should be added to the parameter description. |
I found in doc for I don't find for |
Probably CLI 4.10.2 for |
Ok I updated readme |
This would be great to have. It's kinda clunky right now use angular staging environments. |
@laurentyhuel I see you fixed some bugs, do you think this is good to merge now? |
3 ionic commands are used by plugin:
On official doc, --project parameter in not mentioned, --configuration parameter is mentioned only for prepare command. I used ionic-cli version 4.12.0.
It's strange official doc not the same as release notes: But it seems to works as described in official doc and not release notes. So there's possibilities:
|
We realy need this now for ci, it work fine localy on dev environment, is it possible to merge quickly? |
No, just leaving for a short vacation. But you can use @laurentyhuel 's fork and branch from https://github.com/laurentyhuel/fastlane-plugin-ionic/tree/add-ionic-parameters2 |
Yup, we're having to use the fork for now. It would be great to get a new version with this merged in. |
Hello @janpio , |
When this PR will be merged? It's already september 😅 |
Hello @janpio , |
Hi! |
Add support for monorepo project https://ionicframework.com/docs/cli/configuration#config-file with --project
Add support for configuration https://ionicframework.com/docs/cli/commands/build#advanced-options with --configuration