Skip to content
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

missing summary output? #57

Open
josh-m-sharpe opened this issue Aug 18, 2019 · 2 comments
Open

missing summary output? #57

josh-m-sharpe opened this issue Aug 18, 2019 · 2 comments

Comments

@josh-m-sharpe
Copy link

Below is some output from calls to match and then ionic

Should the ionic command be showing summary output like match (and the rest of the fastlane commands)?

+---------------------+----------------------------------------+------------------------+
|                                               Installed Provisioning Profile          |
+---------------------+----------------------------------------+------------------------+
| Parameter           | Environment Variable                   | Value                  |
+---------------------+----------------------------------------+------------------------+
| App Identifier      |                                        | XXXXXXXXXXXXXXXXXXXXX  |
| Type                |                                        | XXXXXXXXXXXXXXXXXXXXX  |
| Platform            |                                        | XXXXXXXXXXXXXXXXXXXXX  |
| Profile UUID        | XXXXXXXXXXXXXXXXX                      | XXXXXXXXXXXXXXXXXXXXX  |
| Profile Name        | XXXXXXXXXXXXXXXXX                      | XXXXXXXXXXXXXXXXXXXXX  |
| Profile Path        | XXXXXXXXXXXXXXXXX                      | XXXXXXXXXXXXXXXXXXXXX  |
|                     |                                        | XXXXXXXXXXXXXXXXXXXXX  |
|                     |                                        | XXXXXXXXXXXXXXXXXXXXX  |
| Development Team ID | XXXXXXXXXXXXXXXXX                      | XXXXXXXXXXXXXXXXXXXXX  |
+---------------------+----------------------------------------+------------------------+

[09:28:19]: All required keys, certificates and provisioning profiles are installed 🙌
[09:28:19]: Setting Provisioning Profile type to 'app-store'
[09:28:19]: -------------------
[09:28:19]: --- Step: ionic ---
[09:28:19]: -------------------
[09:28:19]: $ ionic cordova prepare ios --no-interactive --release --device --prod
@janpio
Copy link
Collaborator

janpio commented Aug 18, 2019

No, I don't think this is implemented yet.

What would you like to see in the summary table?

@josh-m-sharpe
Copy link
Author

Well, it seems that other fastlane actions summarize their aggregated args (e.g. args from Matchfile combined with args passed in on the command line, possibly overriding defaults) - so that it's clear what args the action is executing on. I guess I was expecting the same thing from the ionic command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants