circleci orb publish

Publish an orb to the registry

Synopsis

Publish an orb to the registry. Please note that at this time all orbs published to the registry are world-readable.

circleci orb publish <path> <orb> [flags]

Arguments

<path>      The path to your orb (use "-" for STDIN)
<orb>       A fully-qualified reference to an orb. This takes the form namespace/orb@version

Flags

  -h, --help   help for publish

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