Giter Club home page Giter Club logo

assembla-cli's Introduction

Assembla CLI

Assembla CLI is an unofficial command-line interface to Assembla. It provides commands to easily open and apply merge requests, as well as commands to open different Assembla views in your project.

Installation

Install using pip (both Python 2 and 3 are supported):

pip install assembla-cli

Usage

Run using:

assembla COMMAND [ARGS...]

The following commands are available:

  • apply MERGE_URL

    Rebases a merge request on top of the target branch and then fast-forward merges it onto the target branch. The merge request is then closed. The merged commits are not pushed to Assembla, so you are able to use git rebase to interactively edit, squash, or remove commits.

  • apply BRANCH_NAME

    Rebases a branch on top of the current branch and then fast-forward merges it onto the current branch. The merged commits are not pushed to Assembla, so you are able to use git rebase to interactively edit, squash, or remove commits.

  • review

    Opens your web browser to the Merge Requests page in your Assembla space so you can review open merge requests.

  • merge-request

    Opens your web browser to the New Merge Request page for your Assembla space, prefilled with the current branch as the source branch and your main branch (develop or master) as the target branch.

  • tickets

    Opens your web browser to the Tickets page in your Assembla space.

  • new-ticket

    Opens your web browser to the New Ticket page in your Assembla space.

Licensing

Assembla CLI is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

assembla-cli's People

Contributors

ibelieve avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

00mjk

assembla-cli's Issues

Rename the merge command to apply

This makes it clearer that merge requests are rebased on your main branch and fast-forward merged so no merge commit is ever generated.

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.