Skip to content

Commit

Permalink
Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Nov 18, 2024
1 parent 67842a5 commit 77d4cad
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,22 @@ snapcrafts:
- name: tf-wrapper
publish: true
summary: Less verbose and more shell-friendly Terraform
description: The original Terraform is abusively oververbosed. The tf wrapper makes Terraform more CLI-friendly.
description: |-
The original Terraform is abusively oververbosed. The `tf` wrapper makes
Terraform more CLI-friendly:
- removes unnecessary output
- adds own colored progress indicator
- provides an extra compact mode
- allows to use of multiple arguments when original command doesn't support it
- adds automatically quotes for indexed resources (`xargs` friendly)
- generates a log file when `TF_OUTPUT_PATH` environment variable is used
grade: devel
confinement: classic
license: MIT
base: bare
apps:
tf-wrapper:
tf:
aliases:
- tf
command: bin/tf
command: tf

0 comments on commit 77d4cad

Please sign in to comment.