Allow CircleCI CLI commands to work with private Orbs
complete
Steve Corbin
circleci orb info <private orb>
is still failing in version 0.1.27054+68a3d97 (homebrew)This post was marked as
complete
This post was marked as
planned
JaminenB
Just to confirm, the latest version seen in the orb registry is 0.1.9, which we are using but is failing to view private orbs with "orb info". Will the latest version be published to the orb registry or does 0.1.9 include the changes?
This post was marked as
complete
All CLI commands for public orbs now work for private orbs as well. Update the CLI to version 0.1.17183 to get the upgrades.
Oran Wilder
in progress
Incremental update regarding validation. Config containing private orbs can now be validated using the method here: https://circleci.com/docs/2.0/orb-concepts/#private-orbs-vs-public-orbs
Config validation in the web app has also been updated to recognize private orbs correctly.
Up next: orb source in CLI. Don't forget that you can see orb source for private orbs today by running
orb info
and using the url contained at the bottom of the response. This is also the last time our automation will accidentally mark this "complete". That's on me - apologies for any confusion there.
Cheers!
Oran Wilder
in progress
D
David Raistrick
this was marked as complete - when will this be released?
I see the same behavior as before trying to get info on a private orb:
%% circleci update
You are running 0.1.15338
A new release is available (0.1.16122)
Updated to 0.1.16122
%% circleci orb info myprivate/orb@0.2.0
Error: Failed to get info for 'myprivate/orb@0.2.0': Something unexpected happened.
This post was marked as
complete
Oran Wilder
in progress
Load More
→