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.
- Host: GitHub
- URL: https://github.com/jexia/jexia-cli
- Owner: jexia
- License: mit
- Created: 2020-01-23T11:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T21:45:27.000Z (over 4 years ago)
- Last Synced: 2025-06-09T01:36:35.053Z (4 months ago)
- Language: Python
- Size: 2.95 MB
- Stars: 5
- Watchers: 11
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
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 DiscordThis 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 CLICompatibility
=============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 helpContributors
============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! `__