An open API service indexing awesome lists of open source software.

https://github.com/jexia/jexia-cli

This is the official Jexia CLI tool for interacting with Jexia platform.
https://github.com/jexia/jexia-cli

Last synced: 3 months ago
JSON representation

This is the official Jexia CLI tool for interacting with Jexia platform.

Awesome Lists containing this project

README

          

=========
Jexia CLI
=========

.. image:: https://circleci.com/gh/jexia/jexia-cli/tree/master.svg?style=svg
:target: https://circleci.com/gh/jexia/jexia-cli/tree/master
:alt: Build status
.. image:: https://coveralls.io/repos/jexia/jexia-cli/badge.svg?branch=master
:target: https://coveralls.io/r/jexia/jexia-cli?branch=master
:alt: Code coverage
.. image:: https://img.shields.io/pypi/l/jexia-cli.svg
:target: https://pypi.org/project/jexia-cli
:alt: License
.. image:: https://img.shields.io/pypi/pyversions/jexia-cli.svg
:target: https://pypi.org/project/jexia-cli
:alt: Supported Python versions
.. image:: https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true
:target: https://chat.jexia.com
:alt: Chat on Discord

This is the official Jexia CLI for interacting with Jexia platform.

.. image:: https://raw.githubusercontent.com/jexia/jexia-cli/master/docs/_static/example.gif
:target: https://github.com/jexia/jexia-cli
:alt: Jexia CLI

Compatibility
=============

Jexia-CLI requires Python 2.7.15+.

Installation
============

You can install jexia-cli with pip:

.. code-block:: console

$ pip install jexia-cli

or with easy_install:

.. code-block:: console

$ easy_install jexia-cli

Quick start
===========

.. code-block:: console

$ jexia login
$ jexia help

Contributors
============

Jexia-CLI is brought to you by @velp.

Of course, everyone is welcome to contribute and we will be happy to review your
PR's or answer to your issues.

Documentation
=============

The documentation is hosted `on Read the Docs `__

Contribution
============
Want to contribute! That's awesome! Check out `CONTRIBUTING.rst! `__