Skip to content

Commit df8963b

Browse files
Merge pull request circleci#3760 from circleci/orb-intro-updated-092519
Update orb-intro.md
2 parents 1def35f + 143a507 commit df8963b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jekyll/_cci2/orb-intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,13 @@ Partner Orb Registry Link | Orb Reference String
128128

129129
**Note:** As a prerequisite, you must enable use of 3rd-party orbs on the Settings > Security page for your org.
130130

131+
131132
## Authoring Your Own Orb
132133

133134
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.
134135

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+
135138
```
136139
$ circleci orb help
137140
Operate on orbs

0 commit comments

Comments
 (0)