Code Monkey home page Code Monkey logo

bitrise-step-maestro-cloud-upload's People

Contributors

artem888 avatar arthursav avatar artjedrzejczak avatar axelniklasson avatar

Watchers

 avatar

bitrise-step-maestro-cloud-upload's Issues

Output upload url

It would be great to have the url to the upload in Maestro cloud be available as an output of this step. Something like MAESTRO_UPLOAD_URL

Screenshot 2023-11-17 at 3 14 06 pm

Maestro command fails for multiple environment variables

I have the Bitrise step defined like this:

- maestro-cloud-upload@1:
    inputs:
      - workspace: workspace-name
      - api_key: $MAESTRO_API_KEY
      - app_file: $BITRISE_APK_PATH
      - mapping_file: $BITRISE_MAPPING_PATH
      - env: |-
          ONE=var1
          TWO=var2

which results in this error:

+ maestro cloud --apiKey [REDACTED] --mapping /bitrise/deploy/mapping.txt -e ONE=var1 TWO=var2 /bitrise/deploy/name.apk workspace-name
Missing required parameters: '--app-file', '--flows'. Example: maestro cloud --app-file <path> --flows <path>

defining env params like this does not work either:

- env: "ONE=var1\nTWO=var2"

but like this works just fine:

- env: ONE=var1\nTWO=var2

not sure if the 2 failing cases above should be supported but for me it was not super clear from the docs what's the correct format

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.