cli

GitHub’s official command line tool (by cli)

Cli Alternatives

Similar projects and alternatives to cli

  • cobra

    10 cli VS cobra

    A Commander for modern Go CLI interactions

  • git

    13 cli VS git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • glab

    3 cli VS glab

    The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983

  • desktop

    9 cli VS desktop

    Fork of GitHub Desktop to support various Linux distributions (by shiftkey)

  • gh.vim

    - cli VS gh.vim

    Vim/Neovim plugin for GitHub

  • cockroach

    3 cli VS cockroach

    CockroachDB - the open source, cloud-native distributed SQL database.

  • libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

  • vscode-dev-containers

    NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!

  • HomeBrew

    6 cli VS HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • octo.nvim

    Edit and review GitHub issues and pull requests from the comfort of your favorite editor

  • desktop

    5 cli VS desktop

    Focus on what matters instead of fighting with Git.

  • kubernetes

    Production-Grade Container Scheduling and Management

  • fzf

    4 cli VS fzf

    :cherry_blossom: A command-line fuzzy finder

  • bat

    4 cli VS bat

    A cat(1) clone with wings.

  • lazygit

    4 cli VS lazygit

    simple terminal UI for git commands

  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  • starship

    4 cli VS starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • jq

    4 cli VS jq

    Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • exa

    4 cli VS exa

    A modern replacement for ‘ls’.

  • glow

    4 cli VS glow

    Render markdown on the CLI, with pizzazz! 💅🏻

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cli alternative or higher similarity.

cli reviews and mentions

Posts with mentions or reviews of cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • pyaction 4.22.0 Released
    4 projects | dev.to | 28 Aug 2023
    GitHub CLI 2.33.0
    4 projects | dev.to | 28 Aug 2023
    This Docker image is designed to support implementing Github Actions with Python. As of version 4.0.0., it starts with the official python docker image as the base which is a Debian OS. It specifically uses python:3-slim to keep the image size down for faster loading of Github Actions that use pyaction. On top of the base, we've installed curl gpg, git, and the GitHub CLI. We added curl and gpg because they are needed to install the GitHub CLI, and they may come in handy anyway (especially curl) when implementing a GitHub Action.
  • Build a Chrome Extension using Manifest V3
    4 projects | dev.to | 11 Aug 2023
    # More info: https://cli.github.com/manual/gh_repo_create gh repo create shortlink --public --template r3bl-org/chrome-extension-typescript-react-template # More info: https://cli.github.com/manual/gh_repo_clone gh repo clone shortlink
  • Auto-Completion and Cocktail mixing with Golang’s Cobra CLI
    6 projects | dev.to | 7 Aug 2023
    For CLI utilities written in Go, Cobra is the go-to command line wrapper, used by the likes of Kubernetes, Github CLI, Helm, and many more.
  • Why SQLite Does Not Use Git
    13 projects | news.ycombinator.com | 22 Jul 2023
    They already have the GitHub command line, actually.

    https://cli.github.com/

  • Everything I Installed on My New Mac
    11 projects | dev.to | 3 Jun 2023
    GitHub CLI has become an essential part of my workflow. I use it for creating, cloning, and managing repositories. It also makes creating a pull request a breeze. Highly recommend using it, it'll save you a lot of time. It's just a brew install gh away.
  • pyaction 4.19.0 Released
    4 projects | dev.to | 12 May 2023
    GitHub CLI 2.29.0
    4 projects | dev.to | 12 May 2023
    This Docker image is designed to support implementing Github Actions with Python. As of version 4.0.0., it starts with the official python docker image as the base which is a Debian OS. It specifically uses python:3-slim to keep the image size down for faster loading of Github Actions that use pyaction. On top of the base, we've installed curl gpg, git, and the GitHub CLI. We added curl and gpg because they are needed to install the GitHub CLI, and they may come in handy anyway (especially curl) when implementing a GitHub Action.
  • Trigger CI using Terraform Cloud
    5 projects | dev.to | 10 Apr 2023
    To make fork and clone easier we will use gh CLI. Download the add gh to your $PATH.
  • GitHub - nilninull/cli-gist.el: Display Github Gist in Emacs
    2 projects | /r/emacs | 9 Apr 2023
    It uses the GitHub CLI to display Gist within Emacs.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 22 Sep 2023
    Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →

Stats

Basic cli repo stats
231
33,284
9.3
1 day ago

cli/cli is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of cli is Go.

Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
www.sonarqube.org