Increment a released version of an orb
Increment a released version of an orb. Please note that at this time all orbs incremented within the registry are world-readable.
Example: ‘circleci orb publish increment foo/orb.yml foo/bar minor’ => foo/bar@1.1.0
circleci orb publish increment <path> <namespace>/<orb> <segment> [flags]
<path> The path to your orb (use "-" for STDIN)
<segment> "major"|"minor"|"patch"
-h, --help help for increment
--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