Skip to content

Commit 6594da7

Browse files
authored
test: update snapshots after merging flag case changes (#5404)
* test: update 320.command.help snapshot * test: update 220.command.graph test snapshots
1 parent f33c595 commit 6594da7

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

tests/integration/snapshots/220.command.graph.test.cjs.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ Generated by [AVA](https://avajs.dev).
1414
$ netlify graph [options]␊
1515
1616
OPTIONS␊
17-
-h, --help display help for command␊
18-
--debug Print debugging information␊
19-
--httpProxy [address] Proxy server address to route requests through.␊
20-
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
17+
-h, --help display help for command␊
18+
--debug Print debugging information␊
19+
--http-proxy [address] Proxy server address to route requests through.␊
20+
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
2121
2222
EXAMPLES␊
2323
$ netlify graph:pull␊
2424
$ netlify graph:edit␊
2525
2626
COMMANDS␊
27-
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
28-
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
29-
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
30-
$ graph:init Initialize all the resources for Netlify Graph␊
31-
$ graph:library Generate the Graph function library␊
32-
$ graph:operations List all of the locally available operations␊
33-
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
27+
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
28+
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
29+
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
30+
$ graph:init Initialize all the resources for Netlify Graph␊
31+
$ graph:library Generate the Graph function library␊
32+
$ graph:operations List all of the locally available operations␊
33+
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
3434

3535
## netlify graph completion
3636

@@ -42,20 +42,20 @@ Generated by [AVA](https://avajs.dev).
4242
$ netlify graph [options]␊
4343
4444
OPTIONS␊
45-
-h, --help display help for command␊
46-
--debug Print debugging information␊
47-
--httpProxy [address] Proxy server address to route requests through.␊
48-
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
45+
-h, --help display help for command␊
46+
--debug Print debugging information␊
47+
--http-proxy [address] Proxy server address to route requests through.␊
48+
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
4949
5050
EXAMPLES␊
5151
$ netlify graph:pull␊
5252
$ netlify graph:edit␊
5353
5454
COMMANDS␊
55-
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
56-
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
57-
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
58-
$ graph:init Initialize all the resources for Netlify Graph␊
59-
$ graph:library Generate the Graph function library␊
60-
$ graph:operations List all of the locally available operations␊
61-
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
55+
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
56+
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
57+
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
58+
$ graph:init Initialize all the resources for Netlify Graph␊
59+
$ graph:library Generate the Graph function library␊
60+
$ graph:operations List all of the locally available operations␊
61+
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
7 Bytes
Binary file not shown.

tests/integration/snapshots/320.command.help.test.cjs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Generated by [AVA](https://avajs.dev).
5454
$ netlify completion [options]␊
5555
5656
OPTIONS␊
57-
-h, --help display help for command␊
58-
--debug Print debugging information␊
59-
--httpProxy [address] Proxy server address to route requests through.␊
60-
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
57+
-h, --help display help for command␊
58+
--debug Print debugging information␊
59+
--http-proxy [address] Proxy server address to route requests through.␊
60+
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
6161
6262
DESCRIPTION␊
6363
Run this command to see instructions for your shell.␊
@@ -66,4 +66,4 @@ Generated by [AVA](https://avajs.dev).
6666
$ netlify completion:install␊
6767
6868
COMMANDS␊
69-
$ completion:install Generates completion script for your preferred shell`
69+
$ completion:install Generates completion script for your preferred shell`
3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)