Private CircleCI Orb
December 20, 2019
circleciorb
How do I create a private circleci orb?
How do I create a private circleci orb?
Well turns out there isn't a way to do this. It's such an obvious usecase that they should!
The next best thingk you can do is to have it be public but unlisted. Here is how you can do that.
circleci orb unlist <namespace>/<orb> <true|false>