You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the generate command has the following subcommands that are available for use with code generation:
all: Generate code for provider, resources, and data sources from an Intermediate Representation (IR) JSON file.
data-sources: Generate code for data sources from an Intermediate Representation (IR) JSON file.
provider: Generate code for the provider from an Intermediate Representation (IR) JSON file.
resources: Generate code for resources from an Intermediate Representation (IR) JSON file.
Proposal
Consider the introduction of flags which would allow defining for which data source(s) and resource(s) code should be generated.
Consider the introduction of flags which would allow specifying whether code should be generated for schema, model(s), model helper functions, and/or expand/flatten functions.
The text was updated successfully, but these errors were encountered:
Background
Currently, the generate command has the following subcommands that are available for use with code generation:
Proposal
Consider the introduction of flags which would allow defining for which data source(s) and resource(s) code should be generated.
Consider the introduction of flags which would allow specifying whether code should be generated for schema, model(s), model helper functions, and/or expand/flatten functions.
The text was updated successfully, but these errors were encountered: