Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 53a7609

Browse files
authored
update docs in capture config to point at GH Wiki (#2884)
1 parent bd5747a commit 53a7609

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openapi-workspaces",
33
"license": "MIT",
44
"private": true,
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"workspaces": [
77
"projects/json-pointer-helpers",
88
"projects/openapi-io",

projects/json-pointer-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/json-pointer-helpers",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

projects/openapi-io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/openapi-io",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

projects/openapi-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/openapi-utilities",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

projects/optic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/optic",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

projects/optic/src/__tests__/integration/__snapshots__/capture-init.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`capture init init with --stdout 1`] = `
44
"capture:
55
abc.yml:
66
# Complete reference documentation for this configuration file is available:
7-
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
7+
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests
88
99
# Run with "optic capture abc.yml --update interactive"
1010
server:
@@ -64,7 +64,7 @@ capture:
6464
method: GET
6565
abc.yml:
6666
# Complete reference documentation for this configuration file is available:
67-
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
67+
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests
6868
6969
# Run with "optic capture abc.yml --update interactive"
7070
server:
@@ -94,7 +94,7 @@ exports[`capture init init with no optic.yml 2`] = `
9494
"capture:
9595
abc.yml:
9696
# Complete reference documentation for this configuration file is available:
97-
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
97+
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests
9898
9999
# Run with "optic capture abc.yml --update interactive"
100100
server:

projects/optic/src/commands/capture/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function captureConfigExample(
2828
return `
2929
${skipConfigUpdate ? `capture:\n ${oasFile}:` : ''}
3030
# Complete reference documentation for this configuration file is available:
31-
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
31+
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests
3232
3333
# Run with "optic capture ${oasFile} --update interactive"
3434
server:

projects/rulesets-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/rulesets-base",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

projects/standard-rulesets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/standard-rulesets",
33
"license": "MIT",
44
"packageManager": "[email protected]",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

0 commit comments

Comments
 (0)