Giter Club home page Giter Club logo

gitlab's Introduction

Wait for Gitlab builds to finish

This is a command line tool for waiting for your Gitlab pipelines to finish. Run gitlab wait and the CLI will find the most recent pipeline for your Git branch, then wait for it to complete. If the build fails, gitlab will open a browser tab to the job that failed.

Run gitlab open to open the most recent pipeline in your browser.

Configuration

Gitlab CLI needs an API token to make requests to the Gitlab API. Run the CLI tool once (gitlab open), which will walk you through the process of creating a token and installing it on your local machine.

Installation

Find your target operating system (darwin, windows, linux) and desired bin directory, and modify the command below as appropriate:

curl --silent --location https://github.com/kevinburke/gitlab/releases/download/0.8/gitlab-linux-amd64 > /usr/local/bin/gitlab && chmod 755 /usr/local/bin/gitlab

On Travis, you may want to create $HOME/bin and write to that, since /usr/local/bin isn't writable with their container-based infrastructure.

The latest version is 0.8.

If you have a Go development environment, you can also install via source code:

go get -u github.com/kevinburke/gitlab

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.