Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_application_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_application_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_application_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Loading