{"commands":[{"commandName":"react:route","description":"Create a React Router route module","help":"","namespace":"react","aliases":[],"flags":[{"name":"loader","flagName":"loader","required":false,"type":"boolean","description":"Include a loader function. Provides data to the route when rendering.","default":true,"alias":"l"},{"name":"clientLoader","flagName":"client-loader","required":false,"type":"boolean","description":"Include a client loader function. Data loader that executes on the client."},{"name":"action","flagName":"action","required":false,"type":"boolean","description":"Include an action function. A route action is a server only function to handle data mutations and other actions.","alias":"a"},{"name":"clientAction","flagName":"client-action","required":false,"type":"boolean","description":"Include a client action function. Action function that will execute on the client.","alias":"ca"},{"name":"meta","flagName":"meta","required":false,"type":"boolean","description":"Include a meta function. The meta export allows you to add metadata HTML tags for every route in your app.","alias":"m"},{"name":"links","flagName":"links","required":false,"type":"boolean","description":"Include a links function. Defines which <link> elements to add to the page when the user visits a route.","alias":"n"},{"name":"errorBoundary","flagName":"error-boundary","required":false,"type":"boolean","description":"Include an Error Boundary. When there is an error in your route component, the ErrorBoundary will be rendered in its place.","alias":"e"},{"name":"headers","flagName":"headers","required":false,"type":"boolean","description":"Include a header function. Each route can define its own HTTP headers (such as cache-control) with this function.","alias":"h"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"The name of the route, without prefix","type":"string"}],"options":{},"filePath":"react_router_route.js"}],"version":1}