tfsort
A CLI utility to sort Terraform variables and outputs (by AlexNabokikh)
climate
"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.) (by avamsi)
tfsort | climate | |
---|---|---|
2 | 7 | |
192 | 159 | |
5.7% | 6.3% | |
5.0 | 7.3 | |
2 months ago | 14 days ago | |
Go | Go | |
Apache License 2.0 | The Unlicense |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tfsort
Posts with mentions or reviews of tfsort.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-01.
-
Sorting variables and outputs
So, if you're feeling pedantic, feel free to give my tool a try. It is available for all platforms and shipped as a single binary. You can find more details on how it works and how to install the tool here: https://github.com/AlexNabokikh/tfsort
-
I built my first CLI tool
Link: https://github.com/AlexNabokikh/tfsort
climate
Posts with mentions or reviews of climate.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-07.
- Show HN: CLI Mate: autogenerate CLIs from Golang structs / functions
- climate "CLI Mate": a Golang CLI library that auto-generates CLIs from structs / functions with support for nested subcommands, global / local flags, help generation from godocs, typo suggestions, shell completion and more
-
climate "CLI Mate": a CLI library that autogenerates CLIs from structs / functions with support for nested subcommands, global / local flags, help generation from godocs, typo suggestions, shell completion and more
Thanks, do take it for a spin and file any issues at https://github.com/avamsi/climate/issues!
- climate: a Golang CLI library inspired by python-fire and powered by Cobra -- autogenerates CLIs from structs / functions with support for nested subcommands, global/local flags, help generation, typo suggestions, shell completion and more
-
I built my first CLI tool
I see you're using Cobra -- https://github.com/avamsi/clifr offers most of the goodness of Cobra (Clifr uses Cobra under the hood) with a much simpler "API" IMO (you just write a struct and Clifr handles the rest). Feel free to give it a try and file issues if there's anything you see missing from Cobra etc.
- Clifr: python-fire inspired library to simplify creating CLIs in Go, built on top of Cobra
What are some alternatives?
When comparing tfsort and climate you can also consider the following projects:
cfnctl - Cfnctl brings the Terraform cli experience to AWS Cloudformation :cloud:
opts - A Go (golang) package for building frictionless command-line interfaces
tfvc - Terraform provider and module version checking tool
go-boilerplate - An easy to use, extensible boilerplate for Go applications
tpm - 🛠️ A package manager for Terraform providers
mage - a Make/rake-like dev tool using Go