{"id":13505800,"url":"https://github.com/ketchoop/flora","last_synced_at":"2025-03-30T00:31:36.937Z","repository":{"id":110612338,"uuid":"116527732","full_name":"ketchoop/flora","owner":"ketchoop","description":"Upgrade and version manager for terraform","archived":false,"fork":false,"pushed_at":"2022-10-07T21:28:41.000Z","size":2847,"stargazers_count":26,"open_issues_count":11,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T15:46:40.970Z","etag":null,"topics":["flora","go","golang","hashicorp","rbenv","terraform","terraform-versions","tfenv","upgrade","version-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ketchoop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-07T01:14:51.000Z","updated_at":"2024-04-26T01:26:02.000Z","dependencies_parsed_at":"2023-03-13T03:16:35.436Z","dependency_job_id":null,"html_url":"https://github.com/ketchoop/flora","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketchoop%2Fflora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketchoop%2Fflora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketchoop%2Fflora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketchoop%2Fflora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ketchoop","download_url":"https://codeload.github.com/ketchoop/flora/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262490,"owners_count":20749170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flora","go","golang","hashicorp","rbenv","terraform","terraform-versions","tfenv","upgrade","version-manager"],"created_at":"2024-08-01T00:01:14.089Z","updated_at":"2025-03-30T00:31:31.920Z","avatar_url":"https://github.com/ketchoop.png","language":"Go","readme":"# flora\n[![Build Status](https://travis-ci.org/ketchoop/flora.svg?branch=master)](https://travis-ci.org/ketchoop/flora)\n\nVersion/upgrade manager for terraform\n\n## What is it\n\n*Flora* is another and missing **upgrade and version manager** for Terraform. Inspired by *tfenv* and written in go.\nYou can use it to upgrade your Terraform version *by one command*. Another use case: to switch between Terraform versions to use \ncompatible with your **.tf manifests** Terraform binary.\n\n## Features\n\n* Upgrade your Terraform by one command\n* Switch between Terraform versions easy, fast and without pain\n* Bash/Zsh autocompletion. Even for versions.\n\n## Install\n\n1. By *brew install*\n```\nbrew install ketchoop/homebrew-tap/flora\n\nmkdir -p ~/.flora/.bin\n```\n\n2. By *go get*\n```\ngo get -u github.com/ketchoop/flora/cmd/flora\n\nmkdir -p ~/.flora/.bin\n```\n\n3. By install.sh\n```\ncurl https://raw.githubusercontent.com/ketchoop/flora/master/install.sh | bash\n```\n\nAll of installation ways require existing of `~/.flora/bin` directory and path to it  in your `PATH`. So...\n\n\nAdd to `PATH`:\n\n```\necho 'export PATH=$PATH:$HOME/.flora/bin' \u003e\u003e .path_to_your_rc_file # .bashrc, .zshrc and so on\n\nsource .path_to_your_rc_file # To update state of PATH env\n```\n\n## Usage(short description)\n\n```\nNAME:\n   flora - Simple app to upgrade your terraform\n\nUSAGE:\n   flora [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.0\n\nCOMMANDS:\n     upgrade   Upgrade terraform\n     download  Download specific Terraform version\n     use       Download(when it's needed) and use specific terraform version\n     versions  List all available terraform versions\n     help, h   Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## How it works\n\nLike rbenv like tools it downloads binary of Terraform and links it to special folder (`~/.flora/bin`), which path have to be in you `PATH` env.\nWhen you switch between versions flora links another version to bin folder.\n","funding_links":[],"categories":["Go","Tools","terraform"],"sub_categories":["Community providers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketchoop%2Fflora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fketchoop%2Fflora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketchoop%2Fflora/lists"}