|
| 1 | +--- |
| 2 | +type: docs |
| 3 | +title: "rad resource-type create CLI reference" |
| 4 | +linkTitle: "rad resource-type create" |
| 5 | +slug: rad_resource-type_create |
| 6 | +url: /reference/cli/rad_resource-type_create/ |
| 7 | +description: "Details on the rad resource-type create Radius CLI command" |
| 8 | +--- |
| 9 | +## rad resource-type create |
| 10 | + |
| 11 | +Create or update a resource type |
| 12 | + |
| 13 | +### Synopsis |
| 14 | + |
| 15 | +Create or update a resource type from a resource type manifest. |
| 16 | + |
| 17 | + Resource types are user defined types such as 'Mycompany.Messaging/plaid'. |
| 18 | + |
| 19 | + Creating a resource type defines a new type that can be used in applications. |
| 20 | + |
| 21 | + Input can be passed in using a JSON or YAML file using the --from-file option. |
| 22 | + |
| 23 | + |
| 24 | +``` |
| 25 | +rad resource-type create [input] [flags] |
| 26 | +``` |
| 27 | + |
| 28 | +### Examples |
| 29 | + |
| 30 | +``` |
| 31 | +
|
| 32 | +# Create a resource type from YAML file |
| 33 | +rad resource-type create myType --from-file /path/to/input.yaml |
| 34 | +
|
| 35 | +# Create a resource type from JSON file |
| 36 | +rad resource-type create myType --from-file /path/to/input.json |
| 37 | +
|
| 38 | +``` |
| 39 | + |
| 40 | +### Options |
| 41 | + |
| 42 | +``` |
| 43 | + -f, --from-file string The input file. May be an absolute path or a path relative to the current working directory |
| 44 | + -h, --help help for create |
| 45 | + -o, --output string output format (supported formats are json, table) (default "table") |
| 46 | + -w, --workspace string The workspace name |
| 47 | +``` |
| 48 | + |
| 49 | +### Options inherited from parent commands |
| 50 | + |
| 51 | +``` |
| 52 | + --config string config file (default "$HOME/.rad/config.yaml") |
| 53 | +``` |
| 54 | + |
| 55 | +### SEE ALSO |
| 56 | + |
| 57 | +* [rad resource-type]({{< ref rad_resource-type.md >}}) - Manage resource types |
| 58 | + |
0 commit comments