fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

How to pass a 'description' dictionary as command argument through command line #559

Closed chezzdev closed 8 years ago

chezzdev commented 8 years ago

I would like to use deliver through command line and pass a description for my app as an argument. But the description is actually a dictionary (lang -> description). So how should I correctly pass it?

Actually it's not only description option but the ones like name and keywords should be dictionaries too.

Maybe I have an option to call deliver command from ruby script and pass an actual hashes there?

vpolouchkine commented 8 years ago

Let's continue in https://github.com/fastlane/deliver/issues/527

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2118. 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 :rocket: