Skip to content

lucastonelli/circleci-cli-py

 
 

Repository files navigation

circleci-cli-py

License Run tests Autoupdater Status

A python package that provides a pip-installable CircleCI CLI binary.

The mechanism by which the binary is downloaded is basically copied from shellcheck-py.

Getting started

Installation

The package hasn't been published to PyPI yet, and may never be, as its primary purpose doesn't require it. However you can install it through git:

pip install git+git://github.com/AleksaC/[email protected]

With pre-commit

This package was primarily built to provide a convenient way of running hadolint as a pre-commit hook, since pre-commit seems unable to install it as a golang hook.

Example .pre-commit-config.yaml:

repos:
  - repo: https://github.com/AleksaC/circleci-cli-py
    rev: v0.1.30549
    hooks:
      - id: circle-ci-validator

Contact 🙋‍♂️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%