You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: jekyll/_cci2/creating-orbs.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ Although it is possible to CI/CD orb publishing using the [`orbs-tool`](https://
22
22
* Step 2 - [Update the CLI](https://circleci.com/docs/2.0/creating-orbs/#updating-the-circleci-cli-after-installation).
23
23
* Step 3 - [Configure the CLI](https://circleci.com/docs/2.0/creating-orbs/#configuring-the-circleci-cli).
24
24
25
-
#### Step 4 - Validate You Installed the CLI Correctly
25
+
#### Step 4 - Verify You Installed the CLI Correctly
26
26
Once you have configured the CircleCI CLI, verify you installed the CLI correctly and the CLI is updated and configured properly before beginning to work with orbs. You can perform this check by referring to the
27
27
28
28
#### Step 5 - Bump Version Property to Orbs-Compatible 2.1
29
29
After validating your build configuration, bump the version property to 2.1 so it is compatible for use with orbs. More information on how to bump the version property can be found in the "Bump Version Property to Orbs-Compatible 2.1" section on this page.
30
30
31
-
#### Step 6 - Create a new Orb using inline template
31
+
#### Step 6 - Create a New Orb Using Inline Template
32
32
Using inline orbs are the easiest way to get started with orbs because you can reference them from your existing configuration. Although not required for orb authoring, using inline orbs can simplify the process and is a reasonable approach to authoring orbs quickly and easily.
0 commit comments