Documentation
WebsiteMineGitHubFaucet
  • Welcome to MakeOS
  • Introduction
    • Install
    • Quick Start
    • Set Up a Private Network
    • Get Test Coins
    • Track a Repository
    • What is MakeOS
    • How it Works
    • Tokenomics ($MAKE)
    • Dilithium (Deprecated)
    • Roadmap
    • Team
  • Concepts
    • Repository
      • Register a Repository
      • Initialize a New Repository
      • Repository Governance
      • Access Control Config
    • Namespace
    • Key
    • Issue Management
    • Merge Request
    • Transactions
      • Register a Repository
      • Send Coins
    • Validator
    • Host
    • Remote
  • JavaScript Console API
    • repo
    • pushkey
    • namespace
    • node
    • user
    • transaction
    • ticket
  • KIT CLI Reference
    • Overview
    • init
    • start
    • console
    • attach
    • key
      • create
      • gen
      • get
      • import
      • list
      • update
    • tx
      • get
    • repo
      • config
      • create
      • hook
      • init
      • vote
    • user
      • send
    • pk
      • register
    • sign
      • commit
      • note
      • tag
    • contributor
      • add
    • issue
      • close
      • create
      • list
      • read
      • reopen
      • status
    • mr
      • checkout
      • close
      • create
      • fetch
      • list
      • read
      • reopen
      • status
Powered by GitBook
On this page

Was this helpful?

  1. KIT CLI Reference

mr

The mr command allows you to create, view and manage merge requests.

To see a list of sub-commands, run kit mr

Usage:
  kit mr [flags]
  kit mr [command]

Available Commands:
  checkout    Checkout a merge request target or base branch
  close       Close a merge request
  create      Create a merge request or add a comment to an existing one
  fetch       Fetch a merge request target or base branch
  list        List merge requests
  read        Read a merge request
  reopen      Reopen a closed merge request
  status      Get the status of a merge request

Flags:
      --no-pager   Prevent output from being piped into a pager
  -h, --help       help for mr

Global Options

  • --no-pager - Disable the use of a pager to render lengthy output.

  • -h, --help - Print out the commands help message.

PreviousstatusNextcheckout

Last updated 4 years ago

Was this helpful?