Code Monkey home page Code Monkey logo

session_mate_cli's Introduction

Session Mate CLI

The companion of Session Mate is a CLI app called sessionmate. Is in charge of the replay of the sessions. Also, allows the user to login, logout, register an application and register a user.

Installation

macOS

The installation of the CLI is through the package manager Homebrew.

Install our Brew Repository known as Tap.

brew tap filledstacks/tap

Then install the package.

brew install sessionmate

Upgrade

To upgrade sessionmate CLI you can execute the following command:

brew upgrade filledstacks/tap/sessionmate

Get Started

For session mate to be able to replay a session it must be a device running on your computer.

  • Emulator supported: Android and iOS
  • Devices supported: Android

To launch the app through sessionmate CLI run

sessionmate drive -p .

If you need to pass additional commands like flavor information or anything like that you can use the additional-commands option.

sessionmate drive -p . --additional-commands="--flavor dev"

The drive command will start the app and enable the replay UI.

You can run help like below to see the rest of the options

sessionmate drive -h

Development

To use Firebase Emulator instead of the production Firebase instance, run sessionmate as below.

dart run bin/sessionmate.dart drive -p .

Production

To use Firebase Cloud Instance you have to pass the WEB_API_KEY from the Firebase project as below.

dart --define=WEB_API_KEY=XXXXXXXXXXXX run bin/sessionmate.dart drive -p .

session_mate_cli's People

Contributors

filledstacks avatar ferrarafer avatar

Stargazers

Rakhim Abdullayev avatar

Watchers

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