rad resource-provider create CLI reference

Details on the rad resource-provider create Radius CLI command

rad resource-provider create

Create or update a resource provider

Synopsis

Create or update a resource provider

Resource providers are the entities that implement resource types such as ‘Applications.Core/containers’. Resource providers can be defined, registered, and unregistered by users.

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.

rad resource-provider create [input] [flags]

Examples


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

Options

  -f, --from-file string   The input file. May be an absolute path or a path relative to the current working directory
  -h, --help               help for create
  -o, --output string      output format (supported formats are json, table) (default "table")
  -w, --workspace string   The workspace name

Options inherited from parent commands

      --config string   config file (default "$HOME/.rad/config.yaml")

SEE ALSO