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

appstore upload: Accept bundle ids? #1106

Open
tjvantoll opened this issue Jun 8, 2015 · 1 comment
Open

appstore upload: Accept bundle ids? #1106

tjvantoll opened this issue Jun 8, 2015 · 1 comment
Assignees

Comments

@tjvantoll
Copy link
Contributor

I went to use appbuilder appstore upload for the first time today. It worked great! But it took me awhile to figure out the syntax I needed to use.

The first time I ran it I tried...

appbuilder appstore upload --certificate=1 --provision=1

This gave me an error that I needed to specify an application name. The help docs (appbuilder appstore upload --help) told me to run appbuilder appstore list so I did, and I saw this:

┌───────────────────────────────────┬─────────┬──────────────────────────┐
│ Application                       │ Version │ Bundle ID                │
│ City Search—A Geography Challenge │ 3.2.1   │ com.tjvantoll.citysearch │
└───────────────────────────────────┴─────────┴──────────────────────────┘

So I tried:

appbuilder appstore upload com.tjvantoll.citysearch --certificate=1 --provision=1

That failed, and it took me a few minutes to figure out that AppBuilder was looking for the text name, which I didn't expect. This worked:

appbuilder appstore upload "City Search—A Geography Challenge" --certificate=1 --provision=1

Given this experience here's what I'm wondering: can this command also accept bundle id? Also, isn't it possible to make the application name completely optional? It seems like we could read the bundle id from the project's .abproject and match that to one of the apps from appbuilder appstore list.

Just an idea. Thanks.

@teobugslayer
Copy link
Contributor

Hello @tjvantoll,

I am sorry for the late reply. Your idea looks good and we will try to implement it in one of our next releases.

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

4 participants