Skip to content

Commit

Permalink
[variant] Update to 0.28.0 (#187)
Browse files Browse the repository at this point in the history
* Update variant to 0.28.0

* Update readme
  • Loading branch information
osterman authored May 3, 2019
1 parent a9c4433 commit a8378c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ terragrunt 0.18.3 Terragrunt is a thin wrapper for Terraform
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.26.0 Variant is a Universal CLI tool that works like a task runner
variant 0.28.0 Variant is a Universal CLI tool that works like a task runner
venona 0.20.0 Codefresh runtime-environment agent
yq 2.1.1 yq is a portable command-line YAML processor
```
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terragrunt 0.18.3 Terragrunt is a thin wrapper for Terraform
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.26.0 Variant is a Universal CLI tool that works like a task runner
variant 0.28.0 Variant is a Universal CLI tool that works like a task runner
venona 0.20.0 Codefresh runtime-environment agent
yq 2.1.1 yq is a portable command-line YAML processor
```
2 changes: 1 addition & 1 deletion vendor/variant/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Write modern CLIs in YAML. Bash + Workflows + Dataflows + Dependency Injection, JSON Schema for inputs validation
Wrap up your bash scripts into a modern CLI today. Graduate to a full-blown golang app tomorrow.
2 changes: 1 addition & 1 deletion vendor/variant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.0
0.28.0

0 comments on commit a8378c0

Please sign in to comment.