Skip to content

Commit 143a507

Browse files
Update jekyll/_cci2/orb-intro.md
1 parent cf9dc5d commit 143a507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jekyll/_cci2/orb-intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Partner Orb Registry Link | Orb Reference String
133133

134134
If you find that there are no existing orbs that meet your needs, you may author your own orb to meet your specific environment or configuration requirements by using the [CircleCI CLI]({{ site.baseurl }}/2.0/local-cli/#overview) as shown in the `circleci orb help` output below. Although this is more time-consuming than using the import feature, authoring your own orb enables you to create a world-readable orb for sharing your configuration. See [Creating Orbs]({{ site.baseurl }}/2.0/creating-orbs/) for more information.
135135

136+
**Note:** To unlist your published orbs from the registry, use the `circleci orb unlist` CLI command. For details, refer to the [help page](https://circleci-public.github.io/circleci-cli/circleci_orb_unlist.html). Unlisted orbs remain world-readable when referenced by name but will not appear in the search results of the orb registry. Unlisted orbs can be listed again using the `circleci orb unlist <namespace/orb> false` command.
137+
136138
```
137139
$ circleci orb help
138140
Operate on orbs

0 commit comments

Comments
 (0)