Giter Site home page Giter Site logo

christopherney / fastlane-plugin-match_keystore Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 7.0 1.11 MB

Easy way to securely sync your Android keystores across your team

License: MIT License

Ruby 98.73% Shell 1.27%
fastlane fastlane-plugin fastlane-android keystore android ci devops security

fastlane-plugin-match_keystore's People

Contributors

christopherney avatar simon-scherzinger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fastlane-plugin-match_keystore's Issues

Check SHA512 digest function gen_key

Time by time, the function gen_key does not return the expected hash value.

Maybe due to the echo in command line:
echo "#{password}" | openssl dgst -sha512 | awk '{print $2}' | cut -c1-128 > '#{key_path}'

Check carefully this method output

Improve plugin documentation

Improve plugin documentation with following topics:

  • Generate a new Keystore
  • Import existing keystore
  • Do not commit your match secret
  • Troubleshoots

Cannot install plugin

After running fastlane add_plugin match_keystore, I verified that it added gem 'fastlane-plugin-match_keystore' to the Pluginfile and fastlane-plugin-match_keystore (0.2.1) to Gemfile.lock

However when I try to use it on command line with fastlane match_keystore there is an error:

Error loading plugin 'fastlane-plugin-match_keystore': cannot load such file -- pry
Did you mean?  pty
[!] Could not find 'match_keystore'. Available lanes: <blah blah blah>

Running fastlane action match_keystore gives:

Error loading plugin 'fastlane-plugin-match_keystore': cannot load such file -- pry
Did you mean?  pty
Loading documentation for match_keystore:
Couldn't find action for the given filter.
==========================================

Actually trying to use match_keystore inside a lane produces:

Plugin 'match_keystore' was not properly loaded, make sure to follow the plugin docs for troubleshooting: https://docs.fastlane.tools/plugins/plugins-troubleshooting/

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.