Giter VIP home page Giter VIP logo

Comments (7)

dannybduval avatar dannybduval commented on June 2, 2024

Looking in the options.rb, --track, -a or SUPPLY_TRACK environment variable.

from supply.

dsvoronin avatar dsvoronin commented on June 2, 2024

Thanks, will be cool to add options docs to Readme.md aswell

from supply.

kordianbruck avatar kordianbruck commented on June 2, 2024

@dsvoronin do you have an example on how to add this for a specific lane and in the Appfile/Fastfile? I am struggling to have the beta be deployed to google play directly. Maybe you can share your insights?

from supply.

KrauseFx avatar KrauseFx commented on June 2, 2024

@kordianbruck Did you see the Android Guide?

from supply.

KrauseFx avatar KrauseFx commented on June 2, 2024

@kordianbruck Also, you can run fastlane init for your Android project to pre-generate the default files automaticallly

from supply.

kordianbruck avatar kordianbruck commented on June 2, 2024

@KrauseFx well yes, I followed the instructions. For the beta deployment I'd like to push it to the beta track in google play though. I've added a second lane in the Fastfile inside the :android part which looks like this:

desc "Deploy a new version to the Google Play Beta"
  lane :beta do
    gradle(task: "assembleRelease")
    supply
  end

It is unclear to me how to make this lane always to push to beta/alpha on google play. I tried adding the -a & --track options to the supply command directly, but I guess it must be done in the Appfile like so:

for_platform :android do
  issuer "xxx" 
  keyfile "xxx"
  package_name "xxx"
  for_lane :beta do
    track beta
  end
end

This leads to the problem, that supply will ask me for all information (keyfile, package) after calling the fastlane command. Can you hint me towards where my error is?

from supply.

fastlanebot avatar fastlanebot commented on June 2, 2024

This issue was migrated to fastlane/fastlane#3405. 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 🚀

from supply.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.