Skip to content

Commit

Permalink
Autogenerate reference docs (#1348)
Browse files Browse the repository at this point in the history
Signed-off-by: rad-ci-bot <[email protected]>
Co-authored-by: rad-ci-bot <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent a7a862a commit 743847b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/content/reference/cli/rad_application_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ rad app graph my-application

```
-a, --application string The application name
-e, --environment string The environment name
-g, --group string The resource group name
-h, --help help for graph
-w, --workspace string The workspace name
Expand Down
7 changes: 5 additions & 2 deletions docs/content/reference/cli/rad_resource-provider_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Resource providers are the entities that implement resource types such as 'Appli

Creating a resource provider defines new resource types that can be used in applications.

Input can be passed in using a file or inline JSON as the second argument. Prefix the input with '@' to indicate a file path.
Input can be passed in using a JSON or YAML file using the --from-file option.


```
Expand All @@ -29,9 +29,12 @@ rad resource-provider create [input] [flags]

```
# Create a resource provider
# Create a resource provider from YAML file
rad resource-provider create --from-file /path/to/input.yaml
# Create a resource provider from JSON file
rad resource-provider create --from-file /path/to/input.json
```

### Options
Expand Down

0 comments on commit 743847b

Please sign in to comment.