tftui


Nametftui JSON
Version 0.13.0 PyPI version JSON
download
home_pagehttps://github.com/idoavrah/terraform-tui
SummaryTerraform Textual User Interface
upload_time2024-04-06 11:40:07
maintainerNone
docs_urlNone
authorIdo Avraham
requires_python<4.0,>=3.9
licenseApache-2.0
keywords terraform tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TFTUI - The Terraform textual UI

[![PyPI version](https://badge.fury.io/py/tftui.svg?random=stuff)](https://badge.fury.io/py/tftui?)
![GitHub](https://img.shields.io/github/license/idoavrah/terraform-tui?random=stuff)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tftui?random=stuff)

`TFTUI` is a powerful textual UI that empowers users to effortlessly view and interact with their Terraform state.

With its latest version you can easily visualize the complete state tree, gaining deeper insights into your infrastructure's current configuration. Additionally, the ability to search the tree and inspect individual resource states allows you to focus on specific details for better analysis and management. It's also possible to select specific resources and perform actions such as tainting, untainting and deleting them. Finally, you are now able to create and apply plans directly from the UI.

## Key Features

- [x] Comprehensive display of the entire Terraform state tree
- [x] Effortlessly view and navigate through a single resource state
- [x] Search the state tree and resource definitions
- [x] Create plans, present them in full colors and apply them directly from the TUI
- [x] Single/multiple resource selection
- [x] Operate on resources: taint, untaint, delete, destroy
- [x] Support for Terraform wrappers (e.g. terragrunt)

## Changelog (latest versions)

### Version 0.13

- [x] Added support for workspace switching
- [x] Added plan summary in the screen title
- [x] Empty tree is now shown when no state exists instead of program shutting down, allowing for plan creation

### Version 0.12

- [x] Enabled targeting specific resources for plan creation
- [x] Introducing cli argument: tfvars file
- [x] Added destroy functionality
- [x] Added a help screen
- [x] Added dynamic value for "targets" checkbox (checkbox is marked when resources are selected)
- [x] Added a short summary of the suggested plan before applying it
- [x] Added a redacted error tracker on unhandeled exceptions (only when usage reporting is enabled)
- [x] Added a fullscreen mode to allow easier copying of resource / plan parts
- [x] Fixed: search through full module names
- [x] Fixed: Copy to clipboard crashes on some systems

### Version 0.11

- [x] Added support for creating plans (in vivid colors!) and applying them
- [x] Changed the confirmation dialog to a modal screen
- [x] Added coloring to tainted resources considering some terminals can't display strikethrough correctly
- [x] Improved loading screen mechanism

## Demo

![](demo/tftui.gif "demo")

## Installation

| Tool     | Install                                | Upgrade                       | Run                                      |
| -------- | -------------------------------------- | ----------------------------- | ---------------------------------------- |
| Homebrew | `brew install idoavrah/homebrew/tftui` | `brew upgrade tftui`          | `cd /path/to/terraform/project && tftui` |
| PIP      | `pip install tftui`                    | `pip install --upgrade tftui` | `cd /path/to/terraform/project && tftui` |
| PIPX     | `pipx install tftui`                   | `pipx upgrade tftui`          | `cd /path/to/terraform/project && tftui` |

## Usage Tracking

- TFTUI utilizes [PostHog](https://posthog.com) to track usage of the application.
- This is done to help us understand how the tool is being used and to improve it.
- No personal data is being sent to the tracking service. Returning users are being uniquely identified by a generated fingerprint.
- You can opt-out of usage tracking completely by setting the `-d` flag when running the tool.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=idoavrah/terraform-tui&type=Date)](https://star-history.com/#idoavrah/terraform-tui&Date)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/idoavrah/terraform-tui",
    "name": "tftui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "terraform, tui",
    "author": "Ido Avraham",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/df/31/96cf16bdf0502942296fd63d9648ad45644ca4d217f1b5d058772ec1871a/tftui-0.13.0.tar.gz",
    "platform": null,
    "description": "# TFTUI - The Terraform textual UI\n\n[![PyPI version](https://badge.fury.io/py/tftui.svg?random=stuff)](https://badge.fury.io/py/tftui?)\n![GitHub](https://img.shields.io/github/license/idoavrah/terraform-tui?random=stuff)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/tftui?random=stuff)\n\n`TFTUI` is a powerful textual UI that empowers users to effortlessly view and interact with their Terraform state.\n\nWith its latest version you can easily visualize the complete state tree, gaining deeper insights into your infrastructure's current configuration. Additionally, the ability to search the tree and inspect individual resource states allows you to focus on specific details for better analysis and management. It's also possible to select specific resources and perform actions such as tainting, untainting and deleting them. Finally, you are now able to create and apply plans directly from the UI.\n\n## Key Features\n\n- [x] Comprehensive display of the entire Terraform state tree\n- [x] Effortlessly view and navigate through a single resource state\n- [x] Search the state tree and resource definitions\n- [x] Create plans, present them in full colors and apply them directly from the TUI\n- [x] Single/multiple resource selection\n- [x] Operate on resources: taint, untaint, delete, destroy\n- [x] Support for Terraform wrappers (e.g. terragrunt)\n\n## Changelog (latest versions)\n\n### Version 0.13\n\n- [x] Added support for workspace switching\n- [x] Added plan summary in the screen title\n- [x] Empty tree is now shown when no state exists instead of program shutting down, allowing for plan creation\n\n### Version 0.12\n\n- [x] Enabled targeting specific resources for plan creation\n- [x] Introducing cli argument: tfvars file\n- [x] Added destroy functionality\n- [x] Added a help screen\n- [x] Added dynamic value for \"targets\" checkbox (checkbox is marked when resources are selected)\n- [x] Added a short summary of the suggested plan before applying it\n- [x] Added a redacted error tracker on unhandeled exceptions (only when usage reporting is enabled)\n- [x] Added a fullscreen mode to allow easier copying of resource / plan parts\n- [x] Fixed: search through full module names\n- [x] Fixed: Copy to clipboard crashes on some systems\n\n### Version 0.11\n\n- [x] Added support for creating plans (in vivid colors!) and applying them\n- [x] Changed the confirmation dialog to a modal screen\n- [x] Added coloring to tainted resources considering some terminals can't display strikethrough correctly\n- [x] Improved loading screen mechanism\n\n## Demo\n\n![](demo/tftui.gif \"demo\")\n\n## Installation\n\n| Tool     | Install                                | Upgrade                       | Run                                      |\n| -------- | -------------------------------------- | ----------------------------- | ---------------------------------------- |\n| Homebrew | `brew install idoavrah/homebrew/tftui` | `brew upgrade tftui`          | `cd /path/to/terraform/project && tftui` |\n| PIP      | `pip install tftui`                    | `pip install --upgrade tftui` | `cd /path/to/terraform/project && tftui` |\n| PIPX     | `pipx install tftui`                   | `pipx upgrade tftui`          | `cd /path/to/terraform/project && tftui` |\n\n## Usage Tracking\n\n- TFTUI utilizes [PostHog](https://posthog.com) to track usage of the application.\n- This is done to help us understand how the tool is being used and to improve it.\n- No personal data is being sent to the tracking service. Returning users are being uniquely identified by a generated fingerprint.\n- You can opt-out of usage tracking completely by setting the `-d` flag when running the tool.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=idoavrah/terraform-tui&type=Date)](https://star-history.com/#idoavrah/terraform-tui&Date)\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Terraform Textual User Interface",
    "version": "0.13.0",
    "project_urls": {
        "Homepage": "https://github.com/idoavrah/terraform-tui",
        "Repository": "https://github.com/idoavrah/terraform-tui"
    },
    "split_keywords": [
        "terraform",
        " tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6705f74e98f22871a8a59f37dfe9bee41f52c6bd284e8bb1e0b841f957715770",
                "md5": "7c9c4f1d2597303bb1e8961d7242be16",
                "sha256": "8e1dda2611c949bf28af2acd22e21695642f8b95191679c98989f6fc0cef2e43"
            },
            "downloads": -1,
            "filename": "tftui-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c9c4f1d2597303bb1e8961d7242be16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 30228,
            "upload_time": "2024-04-06T11:40:05",
            "upload_time_iso_8601": "2024-04-06T11:40:05.401749Z",
            "url": "https://files.pythonhosted.org/packages/67/05/f74e98f22871a8a59f37dfe9bee41f52c6bd284e8bb1e0b841f957715770/tftui-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df3196cf16bdf0502942296fd63d9648ad45644ca4d217f1b5d058772ec1871a",
                "md5": "4ccbcab04693a1a340f85cf7be1125c4",
                "sha256": "84aee6384f9af9b89a521c371ede5013b7a11777b6dd6a8b5ebf51c778952fc1"
            },
            "downloads": -1,
            "filename": "tftui-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4ccbcab04693a1a340f85cf7be1125c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 29982,
            "upload_time": "2024-04-06T11:40:07",
            "upload_time_iso_8601": "2024-04-06T11:40:07.332585Z",
            "url": "https://files.pythonhosted.org/packages/df/31/96cf16bdf0502942296fd63d9648ad45644ca4d217f1b5d058772ec1871a/tftui-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 11:40:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "idoavrah",
    "github_project": "terraform-tui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tftui"
}
        
Elapsed time: 0.22255s