circleci orb publish increment

Increment a released version of an orb

Synopsis

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]

Arguments

<path>      The path to your orb (use "-" for STDIN)
<segment>   "major"|"minor"|"patch"

Flags

  -h, --help   help for increment

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