diff --git a/README.md b/README.md index a646e55a335..89e4cc25907 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Local dev server ### [env](/docs/commands/env.md) -(Beta) Control environment variables for the current site +Control environment variables for the current site | Subcommand | description | |:--------------------------- |:-----| diff --git a/docs/README.md b/docs/README.md index 8ae49013435..754bb421184 100644 --- a/docs/README.md +++ b/docs/README.md @@ -86,7 +86,7 @@ Local dev server ### [env](/docs/commands/env.md) -(Beta) Control environment variables for the current site +Control environment variables for the current site | Subcommand | description | |:--------------------------- |:-----| diff --git a/docs/commands/env.md b/docs/commands/env.md index 90f577d1d47..cf25d48b0a4 100644 --- a/docs/commands/env.md +++ b/docs/commands/env.md @@ -6,7 +6,7 @@ description: Control environment variables for the current site # `env` -(Beta) Control environment variables for the current site +Control environment variables for the current site **Usage** diff --git a/docs/commands/index.md b/docs/commands/index.md index 51ee61faf6a..3283866d71d 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -65,7 +65,7 @@ Local dev server ### [env](/docs/commands/env.md) -(Beta) Control environment variables for the current site +Control environment variables for the current site | Subcommand | description | |:--------------------------- |:-----| diff --git a/src/commands/env/env.cjs b/src/commands/env/env.cjs index 707c6f6fea3..21da6a99e36 100644 --- a/src/commands/env/env.cjs +++ b/src/commands/env/env.cjs @@ -30,7 +30,7 @@ const createEnvCommand = (program) => { return program .command('env') - .description('(Beta) Control environment variables for the current site') + .description('Control environment variables for the current site') .addExamples([ 'netlify env:list', 'netlify env:get VAR_NAME',