From e8d4b096048bffadac08c43560d0ae8861e077e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Mon, 30 Oct 2023 11:56:05 +0000 Subject: [PATCH] chore: update test snapshot (#6102) --- .../commands/help/__snapshots__/help.test.ts.snap | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/integration/commands/help/__snapshots__/help.test.ts.snap b/tests/integration/commands/help/__snapshots__/help.test.ts.snap index 2a1872e2944..7ac9920a6d4 100644 --- a/tests/integration/commands/help/__snapshots__/help.test.ts.snap +++ b/tests/integration/commands/help/__snapshots__/help.test.ts.snap @@ -10,13 +10,13 @@ USAGE 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 + $ build Build on your local machine + $ completion 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 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 @@ -26,9 +26,9 @@ COMMANDS Netlify $ 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. + $ serve 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 @@ -37,7 +37,7 @@ COMMANDS `; exports[`help command > netlify help completion 1`] = ` -"(Beta) Generate shell completion script +"Generate shell completion script USAGE $ netlify completion [options]