An open API service indexing awesome lists of open source software.

https://github.com/circleci/circleci-diag

Bash script to run diag commands in a build
https://github.com/circleci/circleci-diag

Last synced: about 1 year ago
JSON representation

Bash script to run diag commands in a build

Awesome Lists containing this project

README

          

# circleci-diag

[![CircleCI](https://circleci.com/gh/circleci/circleci-diag.svg?style=shield&circle-token=95ea032aa1784dce6e43162fe42f2d4340acae2f)](https://circleci.com/gh/circleci/circleci-diag)

Bash script to run diag commands in a build

## Supported OS

Uses `uname -s` to fetch OS

* Linux
* Darwin

## Modules

### OS

* Runs `ps aux` on both Darwin and Linux

### Package

* Runs `dpkg -l` on Linux
* Runs `brew list --versions` on Darwin