terradart_codegen 0.14.0 copy "terradart_codegen: ^0.14.0" to clipboard
terradart_codegen: ^0.14.0 copied to clipboard

terradart maintainer tooling — parses Terraform provider schema JSON and Magic Modules YAML and emits curated factory wrappers via terradart wrap. Ships the terradart CLI.

example/main.dart

/// Example: invoke the terradart maintainer CLI.
///
/// ```bash
/// dart pub global activate terradart_codegen ^0.12.x
/// terradart wrap \
///   --provider hashicorp/google \
///   --source path/to/schema-dir \
///   --output path/to/output
/// ```
void main() {
  // ignore: avoid_print
  print('Run terradart_codegen via the `terradart` CLI; see README.');
}
0
likes
0
points
1.63k
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

terradart maintainer tooling — parses Terraform provider schema JSON and Magic Modules YAML and emits curated factory wrappers via terradart wrap. Ships the terradart CLI.

Repository (GitHub)
View/report issues

Topics

#terraform #infrastructure #codegen #google-cloud

License

unknown (license)

Dependencies

args, dart_style, io, meta, path, stack_trace, terradart_core, yaml

More

Packages that depend on terradart_codegen