From b0b1a9378c1ab7f7680d7dd5761c8b807bfbf220 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Fri, 27 Oct 2023 15:44:01 -0400 Subject: [PATCH] fix: remove beta tag from commands that are no longer in beta (#6098) * fix: remove beta tag from build command * fix: remove beta tag from completion command * fix: remove beta tag from recipes command * fix: remove beta tag from serve command * docs: sync docs with changes made --- README.md | 10 +++++----- docs/README.md | 10 +++++----- docs/commands/build.md | 2 +- docs/commands/completion.md | 2 +- docs/commands/index.md | 10 +++++----- docs/commands/serve.md | 2 +- src/commands/build/build.mjs | 2 +- src/commands/completion/completion.mjs | 2 +- src/commands/recipes/recipes-list.mjs | 2 +- src/commands/recipes/recipes.mjs | 2 +- src/commands/serve/serve.mjs | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 5bcb16cebac..2eb602d935e 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,11 @@ Run any Netlify API method ### [build](/docs/commands/build.md) -(Beta) Build on your local machine +Build on your local machine ### [completion](/docs/commands/completion.md) -(Beta) Generate shell completion script +Generate shell completion script | Subcommand | description | |:--------------------------- |:-----| @@ -195,16 +195,16 @@ Open settings for the site linked to the current folder ### [recipes](/docs/commands/recipes.md) -(Beta) Create and modify files in a project using pre-defined recipes +Create and modify files in a project using pre-defined recipes | Subcommand | description | |:--------------------------- |:-----| -| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | (Beta) List the recipes available to create and modify files in a project | +| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | List the recipes available to create and modify files in a project | ### [serve](/docs/commands/serve.md) -(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. +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](/docs/commands/sites.md) diff --git a/docs/README.md b/docs/README.md index 8ef4581526c..28c7c984837 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,11 +60,11 @@ Run any Netlify API method ### [build](/docs/commands/build.md) -(Beta) Build on your local machine +Build on your local machine ### [completion](/docs/commands/completion.md) -(Beta) Generate shell completion script +Generate shell completion script | Subcommand | description | |:--------------------------- |:-----| @@ -144,16 +144,16 @@ Open settings for the site linked to the current folder ### [recipes](/docs/commands/recipes.md) -(Beta) Create and modify files in a project using pre-defined recipes +Create and modify files in a project using pre-defined recipes | Subcommand | description | |:--------------------------- |:-----| -| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | (Beta) List the recipes available to create and modify files in a project | +| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | List the recipes available to create and modify files in a project | ### [serve](/docs/commands/serve.md) -(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. +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](/docs/commands/sites.md) diff --git a/docs/commands/build.md b/docs/commands/build.md index 66f65542136..525e50693cf 100644 --- a/docs/commands/build.md +++ b/docs/commands/build.md @@ -5,7 +5,7 @@ title: Netlify CLI build command # `build` -(Beta) Build on your local machine +Build on your local machine **Usage** diff --git a/docs/commands/completion.md b/docs/commands/completion.md index 916ee10e52c..3df527b8032 100644 --- a/docs/commands/completion.md +++ b/docs/commands/completion.md @@ -6,7 +6,7 @@ description: Shell completion script for netlify CLI # `completion` -(Beta) Generate shell completion script +Generate shell completion script Run this command to see instructions for your shell. **Usage** diff --git a/docs/commands/index.md b/docs/commands/index.md index 0372c11954c..8f80cae86cc 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -39,11 +39,11 @@ Run any Netlify API method ### [build](/docs/commands/build.md) -(Beta) Build on your local machine +Build on your local machine ### [completion](/docs/commands/completion.md) -(Beta) Generate shell completion script +Generate shell completion script | Subcommand | description | |:--------------------------- |:-----| @@ -123,16 +123,16 @@ Open settings for the site linked to the current folder ### [recipes](/docs/commands/recipes.md) -(Beta) Create and modify files in a project using pre-defined recipes +Create and modify files in a project using pre-defined recipes | Subcommand | description | |:--------------------------- |:-----| -| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | (Beta) List the recipes available to create and modify files in a project | +| [`recipes:list`](/docs/commands/recipes.md#recipeslist) | List the recipes available to create and modify files in a project | ### [serve](/docs/commands/serve.md) -(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. +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](/docs/commands/sites.md) diff --git a/docs/commands/serve.md b/docs/commands/serve.md index 82f6ae3cb37..f9f35919ad7 100644 --- a/docs/commands/serve.md +++ b/docs/commands/serve.md @@ -6,7 +6,7 @@ description: (Beta) Build the site for production and serve locally. This does n # `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. +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. **Usage** diff --git a/src/commands/build/build.mjs b/src/commands/build/build.mjs index d66191db4b2..2f4c15b4928 100644 --- a/src/commands/build/build.mjs +++ b/src/commands/build/build.mjs @@ -74,7 +74,7 @@ const build = async (options, command) => { export const createBuildCommand = (program) => program .command('build') - .description('(Beta) Build on your local machine') + .description('Build on your local machine') .option( '--context ', 'Specify a build context or branch (contexts: "production", "deploy-preview", "branch-deploy", "dev")', diff --git a/src/commands/completion/completion.mjs b/src/commands/completion/completion.mjs index 71292b7bd9e..72fe7b0a74d 100644 --- a/src/commands/completion/completion.mjs +++ b/src/commands/completion/completion.mjs @@ -50,7 +50,7 @@ export const createCompletionCommand = (program) => { return program .command('completion') - .description('(Beta) Generate shell completion script\nRun this command to see instructions for your shell.') + .description('Generate shell completion script\nRun this command to see instructions for your shell.') .addExamples(['netlify completion:install']) .action((options, command) => { command.help() diff --git a/src/commands/recipes/recipes-list.mjs b/src/commands/recipes/recipes-list.mjs index d50d0f28443..6e4606c3daa 100644 --- a/src/commands/recipes/recipes-list.mjs +++ b/src/commands/recipes/recipes-list.mjs @@ -27,6 +27,6 @@ const recipesListCommand = async () => { export const createRecipesListCommand = (program) => program .command('recipes:list') - .description(`(Beta) List the recipes available to create and modify files in a project`) + .description(`List the recipes available to create and modify files in a project`) .addExamples(['netlify recipes:list']) .action(recipesListCommand) diff --git a/src/commands/recipes/recipes.mjs b/src/commands/recipes/recipes.mjs index 879334eddee..7d65f153cbb 100644 --- a/src/commands/recipes/recipes.mjs +++ b/src/commands/recipes/recipes.mjs @@ -81,7 +81,7 @@ export const createRecipesCommand = (program) => { program .command('recipes') .argument('[name]', 'name of the recipe') - .description(`(Beta) Create and modify files in a project using pre-defined recipes`) + .description(`Create and modify files in a project using pre-defined recipes`) .option('-n, --name ', 'recipe name to use') .addExamples(['netlify recipes my-recipe', 'netlify recipes --name my-recipe']) .action(recipesCommand) diff --git a/src/commands/serve/serve.mjs b/src/commands/serve/serve.mjs index 2cbc6bbbfb4..0cae11f1586 100644 --- a/src/commands/serve/serve.mjs +++ b/src/commands/serve/serve.mjs @@ -167,7 +167,7 @@ export const createServeCommand = (program) => program .command('serve') .description( - '(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.', + '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.', ) .option( '--context ',