Coder Social home page Coder Social logo

jiracli's Introduction

JiraCli

JiraCli

JiraCli allows control of JIRA via the command line interface (CLI). One feature that is very useful is the availability to create releases via the CLI. This is very useful for build servers and continuous integration (CI) situations.

Usage

The usage is simple and always requires this base call:

JiraCli.exe -user [user] -pw [password] -url [url] -action [action]

The actions are implemented and determined dynamically. Use the -help parameter to see all available actions.

Getting help

When you need help about GitLink, use the following command line:

JiraCli.exe -help

Logging to a file

When you need to log the information to a file, use the following command line:

JiraCli.exe -l GitLinkLog.log [other parameters]

Create new version in JIRA

[basecall] -createversion -project MyProject -version 1.2.0 

Release new version in JIRA

[basecall] -releaseversion -project MyProject -version 1.2.0 

How to get JiraCli

There are three general ways to get JiraCli:

Get it from GitHub

The releases will be available as separate executable download on the releases tab of the project.

Get it via Chocolatey

If you want to install the tool on your (build) computer, the package is available via Chocolatey. To install, use the following command:

choco install jiracli

Get it via NuGet

If you want to reference the assembly to use it in code, the recommended way to get it is via NuGet.

Note that getting JiraCli via NuGet will add it as a reference to the project

#Icon

Flag by Castor & Pollux from The Noun Project

jiracli's People

Contributors

geertvanhorrik avatar

Watchers

 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.