Skip to content

Commit

Permalink
Merge pull request #620 from OpenFn/collections-edits
Browse files Browse the repository at this point in the history
minor copyedits
  • Loading branch information
josephjclark authored Dec 24, 2024
2 parents 74b7b68 + 9463996 commit 335e23f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build-for-developers/cli-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ all examples will work.

## Setting a server

By default, the CLI will all out to our primary platform at
By default, the CLI will point to our primary platform at
https://app.openfn.org.

If you're running from open source or using a different deployment, you'll also
Expand Down Expand Up @@ -129,7 +129,7 @@ you want to get all items, you have to escape it or quote it:
openfn collections get my-collection \*
```

Including \* in a pattern string should still work:
Including `*` in a pattern string should still work:

```
openfn collections get my-collection 2024*
Expand All @@ -154,7 +154,7 @@ openfn collections get my-collection \* -o /tmp/my_collection.json --pretty
```

It's important to understand that the output works a bit differently if you're
getting one specific item with or getting many items with a key-pattern.
getting one specific item with a single key or getting many items with a key-pattern.

A single key always returns its value "raw" or "verbatim", without the key
attached. So for a key `item-1` which holds a JSON object as a value, then this:
Expand Down

0 comments on commit 335e23f

Please sign in to comment.