diff --git a/website/content/commands/config-delete.mdx b/website/content/commands/config-delete.mdx index d697fd25fbd..63002744be1 100644 --- a/website/content/commands/config-delete.mdx +++ b/website/content/commands/config-delete.mdx @@ -17,8 +17,6 @@ Command: `waypoint config delete` Delete a config variable. -@include "commands/config-delete_desc.mdx" - ## Usage Usage: `waypoint config delete ...` diff --git a/website/content/commands/config-source-delete.mdx b/website/content/commands/config-source-delete.mdx index ab73c7e4599..9b36159ae20 100644 --- a/website/content/commands/config-source-delete.mdx +++ b/website/content/commands/config-source-delete.mdx @@ -17,8 +17,6 @@ Command: `waypoint config source-delete` Delete the configuration for a dynamic source plugin -@include "commands/config-source-delete_desc.mdx" - ## Usage Usage: `waypoint config source-delete [options]` @@ -43,5 +41,3 @@ Configuration for this command is global. The "-app", "-project", and - `-type=` - Dynamic source type to delete, such as 'vault'. - `-scope=` - The scope for this configuration source. The configuration source will only delete within this scope. This can be one of 'global', 'project', or 'app'. The default is global. - -@include "commands/config-source-delete_more.mdx"