@@ -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`
0 commit comments