Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-io/gh-gp
A gh extension to work with GitHub repositories with Gitpod.
https://github.com/gitpod-io/gh-gp
gh-extension github-cli gitpod
Last synced: 3 months ago
JSON representation
A gh extension to work with GitHub repositories with Gitpod.
- Host: GitHub
- URL: https://github.com/gitpod-io/gh-gp
- Owner: gitpod-io
- License: mit
- Created: 2021-09-10T02:27:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T13:24:02.000Z (over 3 years ago)
- Last Synced: 2024-11-13T10:37:44.557Z (3 months ago)
- Topics: gh-extension, github-cli, gitpod
- Language: Shell
- Homepage: https://www.gitpod.io/
- Size: 1.95 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-gh-cli-extensions - **gp** - Extension to work with GitHub repositories with Gitpod. (Tool)
README
# gh gp
A [gh](https://github.com/cli/cli) extension to work with GitHub repositories with [Gitpod](https://www.gitpod.io/).
## Installation
```bash
gh extension install gitpod-io/gh-gp
```## Usage
```bash
$ gh gp --helpGitHub Command line interface for Gitpod
Usage:
gp [command]Available Commands:
help Help about any command
open Opens the GitHub repository in a Gitpod workspaceFlags:
-h, --help help for gh gp
```