diff --git a/tests/integration/320.command.help.test.cjs b/tests/integration/320.command.help.test.cjs deleted file mode 100644 index 88b9371c1af..00000000000 --- a/tests/integration/320.command.help.test.cjs +++ /dev/null @@ -1,14 +0,0 @@ -const test = require('ava') - -const callCli = require('./utils/call-cli.cjs') -const { normalize } = require('./utils/snapshots.cjs') - -test('netlify help', async (t) => { - const cliResponse = await callCli(['help']) - t.snapshot(normalize(cliResponse)) -}) - -test('netlify help completion', async (t) => { - const cliResponse = await callCli(['help', 'completion']) - t.snapshot(normalize(cliResponse)) -}) diff --git a/tests/integration/snapshots/320.command.help.test.cjs.md b/tests/integration/snapshots/320.command.help.test.cjs.md deleted file mode 100644 index 0afd680b7a5..00000000000 --- a/tests/integration/snapshots/320.command.help.test.cjs.md +++ /dev/null @@ -1,67 +0,0 @@ -# Snapshot report for `tests/integration/320.command.help.test.cjs` - -The actual snapshot is saved in `320.command.help.test.cjs.snap`. - -Generated by [AVA](https://avajs.dev). - -## netlify help - -> Snapshot 1 - - `VERSION␊ - netlify-cli/test-version test-os test-node-version␊ - ␊ - USAGE␊ - $ netlify [COMMAND]␊ - ␊ - COMMANDS␊ - $ addons (Beta) Manage Netlify Add-ons␊ - $ api Run any Netlify API method␊ - $ build (Beta) Build on your local machine␊ - $ completion (Beta) Generate shell completion script␊ - $ deploy Create a new deploy from the contents of a folder␊ - $ dev Local dev server␊ - $ env Control environment variables for the current site␊ - $ functions Manage netlify functions␊ - $ recipes (Beta) Create and modify files in a project using pre-defined␊ - recipes␊ - $ init Configure continuous deployment for a new or existing site. To␊ - create a new site without continuous deployment, use \`netlify␊ - sites:create\`␊ - $ link Link a local repo or project folder to an existing site on␊ - Netlify␊ - $ lm Handle Netlify Large Media operations␊ - $ login Login to your Netlify account␊ - $ open Open settings for the site linked to the current folder␊ - $ serve (Beta) Build the site for production and serve locally. This␊ - does not watch the code for changes, so if you need to rebuild␊ - your site then you must exit and run \`serve\` again.␊ - $ sites Handle various site operations␊ - $ status Print status information␊ - $ switch Switch your active Netlify account␊ - $ unlink Unlink a local folder from a Netlify site␊ - $ watch Watch for site deploy to finish` - -## netlify help completion - -> Snapshot 1 - - `(Beta) Generate shell completion script␊ - ␊ - USAGE␊ - $ netlify completion [options]␊ - ␊ - OPTIONS␊ - -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.␊ - ␊ - EXAMPLES␊ - $ netlify completion:install␊ - ␊ - COMMANDS␊ - $ 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 deleted file mode 100644 index 61e40b35073..00000000000 Binary files a/tests/integration/snapshots/320.command.help.test.cjs.snap and /dev/null differ