Skip to content

Commit ee36c37

Browse files
authored
Merge pull request #52 from grafana/50-catalog-support
catalog support
2 parents 1797d69 + 57362c6 commit ee36c37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+8770
-3775
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ go-jsonschema --capitalization URL --capitalization OSS -p k6registry --only-mod
5353
The example registry can be found in [example.yaml] file, the documentation ([registry.md], [README.md]) must be updated after modification.
5454

5555
```bash
56-
go run ./cmd/k6registry --lint -o docs/example.json
57-
go run ./cmd/k6registry --lint -o docs/example.json --api docs/example-api docs/example.yaml
56+
go run ./cmd/k6registry --lint -o docs/example.json docs/example.yaml
57+
go run ./cmd/k6registry --lint --catalog -o docs/example-catalog.json docs/example.yaml
58+
go run ./cmd/k6registry --lint -q --api docs/example-api docs/example.yaml
5859
tree -n --noreport --filesfirst -o docs/example-api.txt docs/example-api
5960
mdcode update docs/registry.md
6061
mdcode update README.md

0 commit comments

Comments
 (0)