diff --git a/docs/content/reference/cli/rad_application_delete.md b/docs/content/reference/cli/rad_application_delete.md index ff7dfe1ee..d2d6616c3 100644 --- a/docs/content/reference/cli/rad_application_delete.md +++ b/docs/content/reference/cli/rad_application_delete.md @@ -43,6 +43,7 @@ rad app delete my-app --force --force Force the operation even if the resource is in a non-terminal provisioning state -g, --group string The resource group name -h, --help help for delete + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name -y, --yes The confirmation flag ``` diff --git a/docs/content/reference/cli/rad_application_list.md b/docs/content/reference/cli/rad_application_list.md index f9544eef2..f593ba60d 100644 --- a/docs/content/reference/cli/rad_application_list.md +++ b/docs/content/reference/cli/rad_application_list.md @@ -36,6 +36,7 @@ rad app list --group my-group -g, --group string The resource group name -h, --help help for list -o, --output string output format (supported formats are json, table) (default "table") + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/cli/rad_application_show.md b/docs/content/reference/cli/rad_application_show.md index 29090335c..0af027a77 100644 --- a/docs/content/reference/cli/rad_application_show.md +++ b/docs/content/reference/cli/rad_application_show.md @@ -37,6 +37,7 @@ rad app show my-app --group my-group -g, --group string The resource group name -h, --help help for show -o, --output string output format (supported formats are json, table) (default "table") + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name ```