Giter VIP home page Giter VIP logo

Comments (4)

KrauseFx avatar KrauseFx commented on September 22, 2024

@pabloromeu could you try

ENV["FASTLANE_TEAM_ID"] = "team_id"

from match.

pabloromeu avatar pabloromeu commented on September 22, 2024

It did the trick! Thanks!

Nevertheless, documentation says it might be MATCH_TEAM_ID so I think it should work too.

-b, --team_id STRING The ID of your team if you're in multiple teams (MATCH_TEAM_ID) 

BTW: Are there globals like 'FASTLANE_TEAM_ID'? Are they documented?

from match.

mfurtak avatar mfurtak commented on September 22, 2024

Hi @pabloromeu - one way to see all of the environment variable equivalents for options is to run

fastlane actions match

Which shows you a handy table like:

+-------------------------+-----------------------------------------------------------------------------------------+-----------------------------+
|                                                                      match                                                                      |
+-------------------------+-----------------------------------------------------------------------------------------+-----------------------------+
| Key                     | Description                                                                             | Env Var                     |
+-------------------------+-----------------------------------------------------------------------------------------+-----------------------------+
| * git_url               | URL to the git repo containing all the certificates                                     | MATCH_GIT_URL               |
| * type                  | Create a development certificate instead of a distribution one (default: 'development') | MATCH_TYPE                  |
| * app_identifier        | The bundle identifier of your app (default: 'tools.fastlane.app')                       | MATCH_APP_IDENTIFIER        |
| * username              | Your Apple ID Username (default: '[email protected]')                                | MATCH_USERNAME              |
| * keychain_name         | Keychain the items should be imported to (default: 'login.keychain')                    | MATCH_KEYCHAIN_NAME         |
| * readonly              | Only fetch existing certificates and profiles, don't generate new ones                  | MATCH_READONLY              |
|   team_id               | The ID of your team if you're in multiple teams                                         | FASTLANE_TEAM_ID            |
|   team_name             | The name of your team if you're in multiple teams                                       | FASTLANE_TEAM_NAME          |
| * verbose               | Print out extra information and all commands                                            | MATCH_VERBOSE               |
| * force                 | Renew the provisioning profiles every time you run match                                | MATCH_FORCE                 |
| * shallow_clone         | Make a shallow clone of the repository (truncate the history to 1 revision)             | MATCH_SHALLOW_CLONE         |
|   workspace             |                                                                                         |                             |
| * force_for_new_devices | Renew the provisioning profiles if the device count on the developer portal has changed | MATCH_FORCE_FOR_NEW_DEVICES |
+-------------------------+-----------------------------------------------------------------------------------------+-----------------------------+
10 of the available parameters are required
They are marked with an asterisk *

The environment variables are all the way on the right (in case github is truncating the view) 👍

from match.

fastlanebot avatar fastlanebot commented on September 22, 2024

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

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.