Show the meta-data of an orb
Show the meta-data of an orb
circleci orb info <orb> [flags]
circleci orb info circleci/python@0.1.4
circleci orb info my-ns/foo-orb@dev:latest
<orb> A fully-qualified reference to an orb. This takes the form namespace/orb@version
-h, --help help for info
--host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
--skip-update-check Skip the check for updates check run before every command. (default true)
--token string your token for using CircleCI, also CIRCLECI_CLI_TOKEN