Skip to content

Commit

Permalink
test: update snapshots after merging flag case changes (#5404)
Browse files Browse the repository at this point in the history
* test: update 320.command.help snapshot

* test: update 220.command.graph test snapshots
  • Loading branch information
khendrikse committed Jan 18, 2023
1 parent f33c595 commit 6594da7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions tests/integration/snapshots/220.command.graph.test.cjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ Generated by [AVA](https://avajs.dev).
$ netlify graph [options]␊
OPTIONS␊
-h, --help display help for command␊
--debug Print debugging information␊
--httpProxy [address] Proxy server address to route requests through.␊
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
-h, --help display help for command␊
--debug Print debugging information␊
--http-proxy [address] Proxy server address to route requests through.␊
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
EXAMPLES␊
$ netlify graph:pull␊
$ netlify graph:edit␊
COMMANDS␊
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
$ graph:init Initialize all the resources for Netlify Graph␊
$ graph:library Generate the Graph function library␊
$ graph:operations List all of the locally available operations␊
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
$ graph:init Initialize all the resources for Netlify Graph␊
$ graph:library Generate the Graph function library␊
$ graph:operations List all of the locally available operations␊
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`

## netlify graph completion

Expand All @@ -42,20 +42,20 @@ Generated by [AVA](https://avajs.dev).
$ netlify graph [options]␊
OPTIONS␊
-h, --help display help for command␊
--debug Print debugging information␊
--httpProxy [address] Proxy server address to route requests through.␊
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
-h, --help display help for command␊
--debug Print debugging information␊
--http-proxy [address] Proxy server address to route requests through.␊
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
EXAMPLES␊
$ netlify graph:pull␊
$ netlify graph:edit␊
COMMANDS␊
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
$ graph:init Initialize all the resources for Netlify Graph␊
$ graph:library Generate the Graph function library␊
$ graph:operations List all of the locally available operations␊
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
$ graph:config:write Write a .graphqlrc.json file to the current directory for use with local tooling (e.g. the graphql extension for vscode)␊
$ graph:edit Launch the browser to edit your local graph functions from Netlify␊
$ graph:handler Generate a handler for a Graph operation given its name. See \`graph:operations\` for a list of operations.␊
$ graph:init Initialize all the resources for Netlify Graph␊
$ graph:library Generate the Graph function library␊
$ graph:operations List all of the locally available operations␊
$ graph:pull Pull your remote Netlify Graph schema locally, and process pending Graph edit events`
Binary file modified tests/integration/snapshots/220.command.graph.test.cjs.snap
Binary file not shown.
10 changes: 5 additions & 5 deletions tests/integration/snapshots/320.command.help.test.cjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Generated by [AVA](https://avajs.dev).
$ netlify completion [options]␊
OPTIONS␊
-h, --help display help for command␊
--debug Print debugging information␊
--httpProxy [address] Proxy server address to route requests through.␊
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server␊
-h, --help display help for command␊
--debug Print debugging information␊
--http-proxy [address] Proxy server address to route requests through.␊
--http-proxy-certificate-filename [file] Certificate file to use when connecting using a proxy server␊
DESCRIPTION␊
Run this command to see instructions for your shell.␊
Expand All @@ -66,4 +66,4 @@ Generated by [AVA](https://avajs.dev).
$ netlify completion:install␊
COMMANDS␊
$ completion:install Generates completion script for your preferred shell`
$ completion:install Generates completion script for your preferred shell`
Binary file modified tests/integration/snapshots/320.command.help.test.cjs.snap
Binary file not shown.

1 comment on commit 6594da7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Package size: 267 MB

Please sign in to comment.