Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

possible to retrieve just latest version number for app? #20

Closed
jonsajdak opened this issue Aug 19, 2015 · 2 comments
Closed

possible to retrieve just latest version number for app? #20

jonsajdak opened this issue Aug 19, 2015 · 2 comments
Labels

Comments

@jonsajdak
Copy link

pilot builds --apple_id DDDDDDD -u first.last@domain.com

This returns a nice list below, not really sorted but that's okay. Is there any way to just return the latest build number? In the example below, "0.9.134" appears to be the highest.

Reasons: Some of my shared build scripts have issues with ITC uploads where the ITC version increment is higher than the local version number. Am wondering if this is a viable way to pull highest ITC version, and always upload a +1 version number to avoid submission errors.

+-----------+---------+----------+----------+----------+
| App Name Builds |
+-----------+---------+----------+----------+----------+
| Version # | Build # | Testing | Installs | Sessions |
+-----------+---------+----------+----------+----------+
| 0.9.1 | 0.9.130 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.132 | Inactive | 2 | 17 |
| 0.9.1 | 0.9.59 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.50 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.133 | Inactive | 3 | 3 |
| 0.9.1 | 0.9.112 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.131 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.134 | Internal | 3 | 0 |
| 0.9.1 | 0.9.3 | Expired | 2 | 0 |
| 0.9.1 | 0.9.5 | Expired | 2 | 0 |
| 0.9.1 | 0.9.2 | Expired | 2 | 0 |

@KrauseFx
Copy link
Contributor

Sorry, that's not possible right now.

@fastlane-bot-helper
Copy link

This issue was migrated to fastlane/fastlane#1921. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants