-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.25 KB
/
oclif.manifest.json
1
{"version":"1.0.0","commands":{"binding":{"id":"binding","description":"Generate a GraphQL Binding","pluginName":"graphql-service-generator","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Service Name"},"schemaPaths":{"name":"schemaPaths","type":"option","char":"s","description":"Paths to GraphQL Schemas, separated by a comma"},"output":{"name":"output","type":"option","char":"o","description":"Output directory for generated contents"}},"args":[]},"merge":{"id":"merge","description":"merge all types from the Schemas directory and combine them into a single RootType.ts","pluginName":"graphql-service-generator","pluginType":"core","aliases":[],"examples":["$ types merge-schemas"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Service Name"},"schemaPaths":{"name":"schemaPaths","type":"option","char":"s","description":"Paths to GraphQL Schemas, separated by a comma"},"output":{"name":"output","type":"option","char":"o","description":"Output directory for generated contents"}},"args":[]}}}