Open CI pipelines from your current Git repository
Project description
ciopen
Quickly open CI pipelines from your Git repository.
ciopen lets you open your CI pipelines or repository pages straight from the terminal โ works with GitHub, GitLab,
Bitbucket, Azure DevOps (and more coming soon!).
Check out the docs:
โก Features
Open CI pipeline on your default browser:
ciopen
๐ป Installation
Requirements:
- Python >=3.10
- Git installed and available in your PATH
- Access to the Git remote of the repository you want to open
Using pip
pip install ciopen
Using pip (editable / dev mode)
git clone https://github.com/mel-cdn/ciopen.git
cd ciopen
pipenv shell # or activate your virtualenv
./run-checks.sh # Install all dependencies
๐ ๏ธ Usage Examples
Show helpful CLI documentation:
ciopen --help
Usage: ciopen [OPTIONS] COMMAND [ARGS]...
Quickly open CI pipelines from your Git repository.
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --install-completion Install completion for the current shell โ
โ --show-completion Show completion for the current shell, to copy it or customize the installation.โ
โ --help Show this message and exit โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโ Commands โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ version Show ciopen version โ
โ doctor Check if everything is set up right โ
โ provider Show which CI provider is detected โ
โ repo Open the main page of this repository โ
โ pr Open the pull requests page of this repository โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Open your repository's main page:
ciopen repo
Opening https://github.com/mel-cdn/ciopen
Check if it's going to work with diagnostics:
ciopen doctor
ciopen 0.0.5
Running diagnostics...
โ
Git installed
โ
Inside a Git repository
โ
Remote origin found
โ
CI Provider detected
Environment details:
Provider : GitHub
Repository slug : mel-cdn/ciopen
Current branch : main
Repository URL : https://github.com/mel-cdn/ciopen
Pipeline URL : https://github.com/mel-cdn/ciopen/actions
Pull Request URL : https://github.com/mel-cdn/ciopen/pulls
๐ก Notes
- Works with HTTPS and SSH Git remotes.
- Detects CI provider automatically.
- Can be extended with more CI providers easily.
- Designed for casual, fast CLI usage.
๐ฎ Future Plans
- Add support for custom CI/CD providers e.g. CircleCI, Jenkins, AWS CodeBuild, etc.
- JSON output for scripts and automation
- Auto-detect Git branch and multiple pipelines
- Additional CLI shortcuts for common CI/CD tasks
๐ค Contributing
ciopen is open for contributions!
All contributions are welcome โ whether itโs new features, bug fixes, or improving docs.
- Clone the repository:
git clone https://github.com/mel-cdn/ciopen.git - Create a new branch:
git checkout -b my-new-feature - Install dependencies:
./run-checks.sh - Make your changes
- Submit a pull request
Made with โค๏ธ for developers who love fast, terminal-first CI access.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ciopen-0.0.5.tar.gz.
File metadata
- Download URL: ciopen-0.0.5.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4da725a10957579ff88aa2d81c9ba86055899447101010aa1b2e3c370cbe6272
|
|
| MD5 |
3cd6da980be4706b0e12a64063fe6509
|
|
| BLAKE2b-256 |
a789a7b82148a0c224b7b8d635f4df7f9e5318509d6d3dd8b389f183b0701aca
|
File details
Details for the file ciopen-0.0.5-py3-none-any.whl.
File metadata
- Download URL: ciopen-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68d4db1de0c7b633a3c71f556b544d3472cbef72acabbfee00aa8320ff91bc54
|
|
| MD5 |
fab3ccd8b6ad5cd93b47d824493f9e98
|
|
| BLAKE2b-256 |
8238545269a0b7d471cd3db67fea0d48d6b300c68b2f7c51bef97a5d51a41442
|