Skip to content

Commit

Permalink
docs: fix orb pack instructions (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 13, 2024
1 parent 267faaa commit b462146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The repo provides a subset of the _orb-tools_ jobs and scripts that can be run l
All CircleCI orbs are single YAML files, typically named `orb.yml`. However, for development, it is often easier to break the code up into more manageable chunks. The `circleci orb pack` command, a component of the [orb development kit](https://circleci.com/docs/orb-development-kit/), is used to "pack" or condense the seprate YAML files together into a single `orb.yml` file.

```bash
circleci orb pack ./src
circleci orb pack ./src > orb.yml
```

### Local Validating
Expand Down

0 comments on commit b462146

Please sign in to comment.