Shows the difference between two versions of the same orb
Shows the difference between two versions of the same orb
circleci orb diff <orb> <version1> <version2> [flags]
<orb> An orb with only a namespace and a name. This takes this form namespace/orb
--color string Show colored diff. Can be one of "always", "never", or "auto" (default "auto")
-h, --help help for diff
--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