/orb-unpacker

POC script for "unpacking" CircleCI orbs.

Primary LanguagePythonThe UnlicenseUnlicense

Orb Unpacker

Quickly "unpack" orbs. This is more of a POC/utility script for personal use, but if you also want to use it, feel free!

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python main.py <orb.yml file>