slavdok

Results 4 issues of slavdok

## Executables **Version of bash-debug:** 0.3.7 **code --version:** 1.42.1 c47d83b293181d9be64f27ff093689e8e7aed054 x64 **bash -c 'uname -a; for P in bash bashdb cat mkfifo pkill; do echo ---; which -a $P; command...

There is a `[relativeFile]` variable, but I need a `[relativeDirname]` that would contain the directory path (without file), relative to the workspace. I tried obtaining this with a combination of...

enhancement
help wanted

I am trying to run `Helper.backticks("bundle exec fastlane deliver download_metadata --api_key #{api_key}")` from within a lane, but nothing works in terms of specifying the API key. This is the second...

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...