circleci orb unlist

Disable or enable an orb’s listing in the registry

Synopsis

Disable or enable an orb’s listing in the registry. This only affects whether the orb is displayed in registry search results; the orb remains world-readable as long as referenced with a valid name.

Example: Run ‘circleci orb unlist foo/bar true’ to disable the listing of the orb in the registry and ‘circleci orb unlist foo/bar false’ to re-enable the listing of the orb in the registry.

circleci orb unlist <namespace>/<orb> <true|false> [flags]

Flags

  -h, --help   help for unlist

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