circleci orb source

Show the source of an orb

Synopsis

Show the source of an orb

circleci orb source <orb> [flags]

Examples

  circleci orb source circleci/python@0.1.4 # grab the source at version 0.1.4
  circleci orb source my-ns/foo-orb@dev:latest # grab the source of dev release "latest"

Arguments

<orb>       A fully-qualified reference to an orb. This takes the form namespace/orb@version

Flags

  -h, --help   help for source

Flags inherited from parent commands

      --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

SEE ALSO