Skip to content

Commit

Permalink
Update README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Doyle committed May 27, 2022
1 parent 860e9cd commit 9f723f1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,19 @@ I use and test this orb in my own projects.
This orb has been developed in _unpacked_ form. You may view its packed source with

```shell
$ circleci orb pack src/ > orb.yml
$ yarn orb:pack # creates a file 'orb.yml'
```

and further validate the resulting orb definition with

```shell
$ circleci orb validate orb.yml
$ yarn orb:validate
```

When you're done with your testing, you may clean up the packed source with

```shell
$ yarn orb:cleaup
```

#### Publishing a production-ready version
Expand Down

0 comments on commit 9f723f1

Please sign in to comment.