-
Link: https://github.com/AlexNabokikh/tfsort
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Cool! So this should work for any hcl file not just terraform config
-
climate
"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.) (by avamsi)
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.
-
I am not entirely sure that I understand your question. Apart from basic knowledge of golang syntax and programming in general, there are no prerequisites. If you want a quick start, you may look at the https://github.com/eldad87/go-boilerplate. For the CLI tool, consider using https://github.com/spf13/cobra. It can generate project structure. I hope that helps. Cheers
-
I am not entirely sure that I understand your question. Apart from basic knowledge of golang syntax and programming in general, there are no prerequisites. If you want a quick start, you may look at the https://github.com/eldad87/go-boilerplate. For the CLI tool, consider using https://github.com/spf13/cobra. It can generate project structure. I hope that helps. Cheers
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.