terradart_codegen 0.21.0 copy "terradart_codegen: ^0.21.0" to clipboard
terradart_codegen: ^0.21.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.

terradart_codegen #

Maintainer tooling for terradart. Parses terraform providers schema -json (plus optional Magic Modules YAML overlays) into a unified provider IR and emits typed Dart factory wrappers for terradart_google.

This package ships the terradart CLI for maintainers and contributors curating the committed factories:

  • terradart wrap — regenerate curated factory wrappers from wrapper_overrides/yaml/. Run with --check in CI to verify byte-identical output.
  • terradart wrap-init — scaffold a new wrapper override YAML from schema + MM hints.
  • terradart wrap-promote — propose enum_values and dartTypeOverrides blocks for human review.

End users depend on terradart_google directly; they do not run generation locally. Missing resources are curation requests (open a feature issue).

Installation #

Activate on the same minor line as your workspace when working on the repo:

dart pub global activate terradart_codegen ^0.21.x

Check pub.dev for the latest patch.

Maintainer quickstart #

From packages/terradart_codegen/:

dart run bin/terradart.dart wrap \
  --provider hashicorp/google \
  --source test/fixtures/wrap/source \
  --output ../terradart_google/lib/src

# CI parity check (no writes):
dart run bin/terradart.dart wrap \
  --provider hashicorp/google \
  --source test/fixtures/wrap/source \
  --output ../terradart_google/lib/src \
  --check

The --source directory must contain schema.json and may include mm/<resource>.yaml overlays.

For the runtime side (Stack, Resource, Stack.synth / Stack.writeTo), see terradart_core. For the curated GCP factories consumers import, see terradart_google. For project-level documentation see the terradart repo README.

0
likes
160
points
1.63k
downloads

Documentation

Documentation
API reference

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
Contributing

Topics

#terraform #infrastructure #codegen #google-cloud

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on terradart_codegen