diff --git a/docs/content/reference/cli/rad_recipe-pack_show.md b/docs/content/reference/cli/rad_recipe-pack_show.md index cec3c91be..6cba2f373 100644 --- a/docs/content/reference/cli/rad_recipe-pack_show.md +++ b/docs/content/reference/cli/rad_recipe-pack_show.md @@ -36,7 +36,7 @@ rad recipe-show show my-recipe-pack --group my-group ``` -g, --group string The resource group name -h, --help help for show - -o, --output string output format (supported formats are plain-text, json) (default "plain-text") + -o, --output string output format (supported formats are json, table) (default "table") -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/cli/rad_version.md b/docs/content/reference/cli/rad_version.md index 7e1938936..0a4cc6cb6 100644 --- a/docs/content/reference/cli/rad_version.md +++ b/docs/content/reference/cli/rad_version.md @@ -32,15 +32,15 @@ rad version --cli ### Options ``` - --cli Use this flag to only show the rad CLI version - -h, --help help for version + --cli Use this flag to only show the rad CLI version + -h, --help help for version + -o, --output string output format (supported formats are json, table) (default "table") ``` ### Options inherited from parent commands ``` --config string config file (default "$HOME/.rad/config.yaml") - -o, --output string output format (supported formats are json, table) (default "table") ``` ### SEE ALSO