Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

circleci-bin

psirenny64Unlicense1.1.22

CircleCI local command line tool distributed as a node module

binary, CircleCI, cli, local

readme

circleci-bin

CircleCI Greenkeeper badge

CircleCI local command line tool distributed as a node module.

Motivation

This allows you to include the CircleCI binary in your project/application without requiring users to separately install it on their system.

Installation

Install the node module to include the CircleCI binary in your project:

npm install circleci-bin --save-dev

or:

yarn add circleci-bin --dev

Usage

Add and reference the circleci binary from your package.json scripts:

{
  "scripts": {
    "circleci": "circleci"
  }
}

Run a command from the shell:

yarn circleci --help

or:

npm run circleci --help

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.22 (2022-03-26)

1.1.21 (2020-06-18)

1.1.20 (2020-06-18)

1.1.19 (2019-11-14)

1.1.18 (2019-11-14)

1.1.17 (2019-09-19)

1.1.16 (2019-09-19)

Bug Fixes

1.1.15 (2019-09-19)

1.1.14 (2019-09-19)

1.1.13 (2019-09-05)

1.1.12 (2019-09-05)

Bug Fixes

1.1.11 (2019-09-05)

1.1.10 (2019-09-05)

Bug Fixes

  • fetch binary at runtime to work around npm/yarn issues (d27aaf7)

1.1.9 (2019-06-01)

1.1.8 (2019-03-03)

1.1.7 (2019-02-22)

Bug Fixes

  • replace insecure dependencies (0d377e3)

1.1.0 (2018-10-10)

Bug Fixes

Features

  • add circleci version to source (0907edd)

1.0.3 (2018-09-27)

Bug Fixes

  • remove build from postinstall script (de17ed7)

1.0.2 (2018-09-27)

Bug Fixes

  • move required devDependency to dependencies (afece5c)

1.0.1 (2018-09-27)