Popularity
2.2
Declining
Activity
0.0
Stable
2
2
1
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.1
gli alternatives and similar packages
Based on the "CLI" category.
Alternatively, view gli alternatives based on common mentions on social networks and blogs.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
otp-authenticator
OTP Authenticator (ala Google Authenticator) cli app -
optparse-applicative-simple
Simple command line interface arguments parser
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of gli or a related project?
Popular Comparisons
README
gli [WIP]
Goal is to fetch PR info etc.
Setup
cabal install gli
Flow
- Store the gitlab credentials on a file locally. (e.g. ~/.gli.yml)
sample file
accounts:
my_hosted_gitlab:
key: abcd1234xyz
url: https://gitlab.dev.my_hosted_gitlab.com/api/v3
gitlab:
key: xyz4321dcba
url: https://gitlab.com/api/v3
You can get the credentials from https://gitlab.com/profile/account
- Setup
gli
for a git repo
This will create a repo specific gli.yml
file, which will store all the information regarding the repo, and will also be checked out from git.
$ cd my_gitlab_repo_path
$ gli setup -f ~/.gli.yml
$ cat gli.yml
project:
ssh_url_to_repo: [email protected]:organization/repo_name.git
name: repo_name
id: 123
description: 'killer app 42'
masterFileConfig:
key: gitlab
file: /Users/goromlagche/.gli.yml
- Fetch all open PR related info
$ gli prs