fastlane / fastlane/docs

Is it possible to use CredentialsManager::AppfileConfig for OTHER files besides Appfile?

Open
#1,191 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
338
Forks
580
Avg merge
6d 1h
Merged PRs (30d)
3

Description

Fastlane is pushing to have all configuration in various *files, like Appfile, Matchfile, Deliverfile, etc.

However, only the values from Appfile can be retrieved using `CredentialsManager::AppfileConfig.try_fetch_value()`.
This presents a problem as often we need to retrieve a value from configuration before running the action.

And without having ability to fetch values from other files, we are left with an inconsistency problem, where some configs are in Appfile, and others are scattered in ENV vars.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.