Skip to main content

My Own Issue CLI (Jira, Gitlab etc...)

Project description

MOIC : My Own Issue CLI

Freely inspired by https://pypi.org/project/jira-cli/

Command line utility to interact with issue manager such as Jira (I'll add Gitlab support later)

Getting Started

  • Install moic
> pip install moic
  • Configure moic
> moic configure
  • Commands
> moic
Usage: moic [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  config    Configure Jira cli
  issue     Create, edit, list Jira issues
  list      List projects, issue_types, priorities, status
  rabbit    Print an amazing rabbit
  sprint    Create, edit, list Jira Sprints
  template  List, edit templates

Autocompletion

To activate bash autocompletion just add:

  • For bash
# In your .bashrc
eval "$(_MOIC_COMPLETE=source_bash moic)"
  • For zsh
# In your .zshrc
eval "$(_MOIC_COMPLETE=source_zsh moic)"

Contribute

Setup

  • Create virtualenv
poetry shell
  • Install dependencies
poetry install
  • Install pre-commit
pre-commit install

Pre-commit will check isort, black, flake8

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moic-0.5.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

moic-0.5.0-py3-none-any.whl (23.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page