Validate an orb.yml
Validate an orb.yml
circleci orb validate <path> [flags]
<path> The path to your orb (use "-" for STDIN)
-h, --help help for validate
--org-id string organization id used when an orb depends on private orbs belonging to that org
--org-slug string organization slug (for example: github/example-org), used when an orb depends on private orbs belonging to that org
--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