idoavrah/terraform-tui
Fork: 31 Star: 1019 (更新于 2024-10-22 06:35:57)
license: Apache-2.0
Language: Python .
Terraform textual UI
最后发布版本: v0.13.5 ( 2024-06-17 12:50:32)
TFTUI - The Terraform textual UI
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
- Comprehensive display of the entire Terraform state tree
- Effortlessly view and navigate through a single resource state
- Search the state tree and resource definitions
- Create plans, present them in full colors and apply them directly from the TUI
- Single/multiple resource selection
- Operate on resources: taint, untaint, delete, destroy
- Support for Terraform wrappers (e.g. terragrunt)
Changelog (latest versions)
Version 0.13
- Added support for workspace switching
- Added plan summary in the screen title
- Empty tree is now shown when no state exists instead of program shutting down, allowing for plan creation
- Added
-o
flag for offline mode (no outbound API calls) - Removed the default outbound call to PostHog when tracking is disabled
- Added sensitive values extraction in resource details
- Added support for vim-like navigation
Version 0.12
- Enabled targeting specific resources for plan creation
- Introducing cli argument: tfvars file
- Added destroy functionality
- Added a help screen
- Added dynamic value for "targets" checkbox (checkbox is marked when resources are selected)
- Added a short summary of the suggested plan before applying it
- Added a redacted error tracker on unhandeled exceptions (only when usage reporting is enabled)
- Added a fullscreen mode to allow easier copying of resource / plan parts
- Fixed: search through full module names
- Fixed: Copy to clipboard crashes on some systems
Version 0.11
- Added support for creating plans (in vivid colors!) and applying them
- Changed the confirmation dialog to a modal screen
- Added coloring to tainted resources considering some terminals can't display strikethrough correctly
- Improved loading screen mechanism
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 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
最近版本更新:(数据更新于 2024-09-24 21:40:40)
2024-06-17 12:50:32 v0.13.5
2024-05-29 19:22:16 v0.13.3
2024-05-24 15:46:05 v0.13.2
2024-05-14 16:53:54 v0.13.1
2024-04-06 19:20:00 v0.13.0
2024-03-02 19:32:20 v0.12.6
2024-01-14 22:05:58 v0.12.5
2024-01-10 19:05:14 v0.12.4
2024-01-09 19:43:14 v0.12.3
2024-01-07 14:56:45 v0.12.2
主题(topics):
devops, iac, productivity, sre, terraform, tui
idoavrah/terraform-tui同语言 Python最近更新仓库
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-05 11:00:51 home-assistant/core
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp
2024-11-02 04:45:40 princeton-vl/infinigen