Giter VIP home page Giter VIP logo

ohbug-cli's Introduction

ohbug-cli

A Node.js module to programmatically upload your sourceMap files to Ohbug or other service.

build npm npm bundle size codecov license Code style

English | 简体中文

Installation

npm install @ohbug/cli -g

or

yarn global add @ohbug/cli

Quick Overview

ohbug

Follow the prompts to select and enter information.

uploadSourceMap

Commands

ohbug uploadSourceMap

example

ohbug uploadSourceMap YOUR_SOURCE_MAP_FILE_PATH \
  --api-key YOUR_API_KEY \
  --app-version YOUR_APP_VERSION \
  --app-type YOUR_APP_TYPE

options

The ohbug uploadSourceMap command has a number of options and you can explore them all by running:

ohbug uploadSourceMap --help
Usage: ohbug uploadSourceMap [options] <path>

Upload the source map file to the server, you can upload the file by passing in the file path. Or enter the folder path, the source map files in the folder will be uploaded automatically.

Options:
  -k, --api-key <key>          Your project API key [required]
  -v, --app-version <version>  The version number of your app [required]
  -t, --app-type <type>        The type of your app [optional]
  -u, --url <url>              The url of the upload server [optional] (default: "http://api.ohbug.net/sourceMap/upload")
  -h, --help                   output usage information

ohbug-cli's People

Contributors

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