Giter Club home page Giter Club logo

opbeatcli's Introduction

DEPRECATED: Opbeat CLI

Please see https://opbeat.com/docs/articles/get-started-with-release-tracking/ for a much simpler way.

https://badge.fury.io/py/opbeatcli.png https://secure.travis-ci.org/opbeat/opbeatcli.png?branch=dev

Installation

Make sure you have Git and a supported version Python installed on your system. The supported Python versions are: 2.6.x, 2.7.x, 3.3+ and PyPy.

$ python --version

Opbeat CLI can then be installed using the standard Python package installation method:

$ pip install opbeatcli

If pip is not available, you can alternatively use easy_install:

$ easy_install opbeatcli

To verify successful installation of Opbeat CLI:

$ opbeat --version

Usage

$ opbeat [common options] sub-command [sub-command options]

Common Options

These options are shared by all sub-commands.

To obtain these, please go to your app settings on opbeat.com:

--org-id, -o Organization ID
--app-id, -a Application ID.
--secret-token, -t Secret API authentication token.

For more information and a complete list of the available common options, please see the command help:

$ opbeat --help

Sub-Commands

deployment

This command registers a deployment of an application to a machine with the Opbeat API. Deployment tracking enables advanced features of the Opbeat platform, such as version history and the ability to relate errors with particular deployments, etc. It is meant to be run from the machine that is being deployed to:

# A basic deployment registration: Run this from your application
# repository directory on the machine which it's been deployed to:
$ opbeat -o ORGANISATION_ID -a APP_ID -t SECRET_TOKEN \
    deployment --component path:.

For more information and examples please see deployment tracking documentation and the command help:

$ opbeat deployment --help

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.