Coder Social home page Coder Social logo

khalilyamoun / waldo-go-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from waldoapp/waldo-go-cli

0.0 0.0 0.0 18 KB

Upload a build to Waldo from the command line (Go edition)

License: MIT License

Dockerfile 4.50% Makefile 5.53% Go 89.97%

waldo-go-cli's Introduction

Waldo Go CLI

License Platform

About Waldo

Waldo provides fast, reliable, and maintainable tests for the most critical flows in your app. Waldo Go CLI is a command-line tool which allows you to upload an iOS or Android build to Waldo for processing.

Simply download the appropriate waldo executable for the latest release and install it into /usr/local/bin. You can verify that you have installed it correctly with the which waldo and waldo --help commands.

If you ever need to uninstall Waldo Go CLI, simply delete the executable from /usr/local/bin.

Usage

To get started, first obtain an upload token from Waldo for your app. This is used to authenticate with the Waldo backend on each call.

Build a new IPA or APK for your app and specify the path to it (along with the Waldo upload token) on the waldo command invocation:

$ waldo /path/to/YourApp.ipa --upload_token 0123456789abcdef0123456789abcdef

Make sure you replace the fake upload token value shown above with the real value for your Waldo application.

You can also use an environment variable to provide the Waldo upload token to Waldo Go CLI:

$ export WALDO_UPLOAD_TOKEN=0123456789abcdef0123456789abcdef
$ waldo /path/to/YourApp.ipa

waldo-go-cli's People

Contributors

ebardx avatar

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.