circleci orb diff

Shows the difference between two versions of the same orb

Synopsis

Shows the difference between two versions of the same orb

circleci orb diff <orb> <version1> <version2> [flags]

Arguments

<orb>       An orb with only a namespace and a name. This takes this form namespace/orb

Flags

      --color string   Show colored diff. Can be one of "always", "never", or "auto" (default "auto")
  -h, --help           help for diff

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