File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/build-for-developers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,15 @@ Get started with the Collections API with `openfn collections --help`
3636You'll need a Personal Access Token (PAT) to access a collection. You'll also
3737need to ensure a collection has been created before you can read or write to
3838it - see
39- [ Managing Collections] ( http://localhost:3000 /documentation/build/collections#managing-collections)
39+ [ Managing Collections] ( /documentation/build/collections#managing-collections )
4040
4141:::info Trying to use Collections in a CLI workflow?
4242
4343These docs explain how to use the ` openfn collections ` CLI command.
4444
4545If you're running an expression or workflow through the CLI, you need to use the
4646collections adaptor - check out the
47- [ Collections Adaptor Docs] ( http://localhost:3000/adaptors/collections#cli-usage )
48- for detauls
47+ [ Collections Adaptor Docs] ( /adaptors/collections#cli-usage ) for detauls
4948
5049:::
5150
@@ -154,7 +153,8 @@ openfn collections get my-collection \* -o /tmp/my_collection.json --pretty
154153```
155154
156155It's important to understand that the output works a bit differently if you're
157- getting one specific item with a single key or getting many items with a key-pattern.
156+ getting one specific item with a single key or getting many items with a
157+ key-pattern.
158158
159159A single key always returns its value "raw" or "verbatim", without the key
160160attached. So for a key ` item-1 ` which holds a JSON object as a value, then this:
You can’t perform that action at this time.
0 commit comments