diff --git a/tests/integration/snapshots/220.command.graph.test.cjs.md b/tests/integration/snapshots/220.command.graph.test.cjs.md index 19239b474cd..e21146fb839 100644 --- a/tests/integration/snapshots/220.command.graph.test.cjs.md +++ b/tests/integration/snapshots/220.command.graph.test.cjs.md @@ -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 @@ -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` diff --git a/tests/integration/snapshots/220.command.graph.test.cjs.snap b/tests/integration/snapshots/220.command.graph.test.cjs.snap index ff945969c3d..30ab9750be0 100644 Binary files a/tests/integration/snapshots/220.command.graph.test.cjs.snap and b/tests/integration/snapshots/220.command.graph.test.cjs.snap differ diff --git a/tests/integration/snapshots/320.command.help.test.cjs.md b/tests/integration/snapshots/320.command.help.test.cjs.md index 85ab527a60a..8a17dbd19fb 100644 --- a/tests/integration/snapshots/320.command.help.test.cjs.md +++ b/tests/integration/snapshots/320.command.help.test.cjs.md @@ -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.␊ @@ -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` diff --git a/tests/integration/snapshots/320.command.help.test.cjs.snap b/tests/integration/snapshots/320.command.help.test.cjs.snap index a9a61320f31..c1536740367 100644 Binary files a/tests/integration/snapshots/320.command.help.test.cjs.snap and b/tests/integration/snapshots/320.command.help.test.cjs.snap differ