Skip to content

circleci.com

Enables you to reproduce the CircleCI environment locally

Package Information

  • Domain: circleci.com
  • Name: circleci.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install circleci

Programs

This package provides the following executable programs:

  • circleci

Aliases

This package can also be accessed using these aliases:

  • circleci

Available Versions

Show all 57 versions
  • 0.1.32367, 0.1.32323, 0.1.32219, 0.1.32145, 0.1.32111
  • 0.1.32067, 0.1.31983, 0.1.31879, 0.1.31792, 0.1.31687
  • 0.1.31632, 0.1.31543, 0.1.31425, 0.1.31151, 0.1.30995
  • 0.1.30948, 0.1.30888, 0.1.30549, 0.1.30401, 0.1.30163
  • 0.1.30084, 0.1.29936, 0.1.29658, 0.1.29560, 0.1.29314
  • 0.1.29041, 0.1.28995, 0.1.28939, 0.1.28811, 0.1.28745
  • 0.1.28434, 0.1.28391, 0.1.28363, 0.1.28196, 0.1.28084
  • 0.1.27660, 0.1.27054, 0.1.26896, 0.1.26837, 0.1.26786
  • 0.1.26646, 0.1.26343, 0.1.26255, 0.1.26094, 0.1.26061
  • 0.1.25848, 0.1.25725, 0.1.25638, 0.1.25569, 0.1.25519
  • 0.1.25085, 0.1.25007, 0.1.24783, 0.1.24705, 0.1.24495
  • 0.1.24435, 0.1.23845

Latest Version: 0.1.32367

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +circleci.com@0.1.32367 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.circlecicom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.