No description
  • Rust 99.6%
  • HCL 0.4%
Find a file
ansgarz 4c6ecf713d
All checks were successful
Rust Build and Test / build (push) Successful in 2m16s
release: 0.1.6-SNAPSHOT
2026-07-19 18:08:08 +02:00
.forgejo/workflows add release creation 2026-07-19 18:07:40 +02:00
.vscode start with target_dir impl 2026-05-21 17:53:24 +02:00
doc remove outdated 2026-06-26 13:05:04 +02:00
src remove unstable normalize_lexically, add normalize_path_lexically 2026-07-18 20:06:02 +02:00
tests fix error when calculating absolute path that does not yet exist 2026-05-04 11:40:56 +02:00
.gitignore remove outdated 2026-06-26 13:05:04 +02:00
Cargo.lock add release creation 2026-07-19 18:07:40 +02:00
Cargo.toml release: 0.1.6-SNAPSHOT 2026-07-19 18:08:08 +02:00
publish.yaml add release creation 2026-07-19 18:07:40 +02:00
README.md start with target_dir impl 2026-05-21 17:53:24 +02:00

dda-build-rust

Try out

Build binary

rustup toolchain install nightly
rustup default nightly

cargo build

Run demo

Prerequisite: terragrunt is installed

./target/debug/dbr plan tests
./target/debug/dbr apply tests    # press enter on question
./target/debug/dbr destroy tests  # press enter on question

CLI

Usage: dbr [OPTIONS] <COMMAND>

Commands:
  plan     
  apply    
  destroy  
  help     Print this message or the help of the given subcommand(s)

Options:
  -b, --build-config-path <BUILD_CONFIG_PATH>  [default: ""]
  -h, --help                                   Print help