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
- Host: GitHub
- URL: https://github.com/circleci/circleci-diag
- Owner: circleci
- License: mit
- Archived: true
- Created: 2018-03-05T15:50:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T20:29:17.000Z (over 2 years ago)
- Last Synced: 2025-03-12T02:38:33.337Z (over 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 6
- Watchers: 54
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# circleci-diag
[](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