Skip to content

Commit

Permalink
added test for alias subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 29, 2025
1 parent 6c7a191 commit 0a0434e
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 11 deletions.
26 changes: 26 additions & 0 deletions tests/fixtures/scenarios/subcommand-alias/atmos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
base_path: "./"

aliases:
tp: "terraform plan"
tr: "terraform"
ta: "terraform apply"

components:
terraform:
base_path: "components/terraform"
apply_auto_approve: false
deploy_run_init: true
init_run_reconfigure: true
auto_generate_backend_file: false

stacks:
base_path: "stacks"
included_paths:
- "deploy/**/*"
excluded_paths:
- "**/_defaults.yaml"
name_pattern: "{stage}"

logs:
level: Info
file: "/dev/stderr"
Loading

0 comments on commit 0a0434e

Please sign in to comment.