hamidyfine / deriv-cli

Deriv CLI is a command-line tool that brings pull requests, issues, branching, and some other tasks to your terminal, so you can do all your work in one place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deriv CLI

Deriv CLI is a front-end smart tool.

Install

npm install -g deriv-cli

Usage

After installing the Deriv CLI you need to configure it. Deriv CLI needs your Redmine token to work properly.

::: You can get your Redmine token from your account setting page. :::

For configuring the Deriv CLI you should run the config command:

dcli config

This command will ask you to enter your API token, then it will create a file in your home directory to store the token. Now it is ready to use!

Commands

branch

This command can be used for:

  • Creating branch based on this doc.

options

dcli branch -c -i <issue_number>
  • -c is the option to create a branch.
  • -i is the option that accepts the issue card number. It is used to fetch data about the card for creating the branch.

About

Deriv CLI is a command-line tool that brings pull requests, issues, branching, and some other tasks to your terminal, so you can do all your work in one place.


Languages

Language:TypeScript 87.4%Language:JavaScript 12.6%