https://github.com/suzuki-shunsuke/tfaction-go
CLI for tfaction
https://github.com/suzuki-shunsuke/tfaction-go
Last synced: about 2 months ago
JSON representation
CLI for tfaction
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/tfaction-go
- Owner: suzuki-shunsuke
- License: mit
- Created: 2023-04-14T09:51:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T00:46:02.000Z (about 2 months ago)
- Last Synced: 2025-03-12T01:31:10.904Z (about 2 months ago)
- Language: Go
- Homepage: https://suzuki-shunsuke.github.io/tfaction/docs/
- Size: 637 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tfaction-go
CLI for [tfaction](https://github.com/suzuki-shunsuke/tfaction).
This CLI is used in GitHub Actions Workflows built with tfaction.
This CLI was introduced for Drift Detection.https://suzuki-shunsuke.github.io/tfaction/docs/feature/drift-detection
## Usage
```console
$ tfaction help
NAME:
tfaction - GitHub Actions Workflow for Terraform. https://github/com/suzuki-shunsuke/tfaction-goUSAGE:
tfaction [global options] command [command options] [arguments...]VERSION:
0.1.1 (1263eaf5834fba37f89593415e76f21e7e276846)COMMANDS:
version Show version
create-drift-issues Create GitHub Issues for Terraform drift detection
pick-out-drift-issues Pick out GitHub Issues for Terraform drift detection
get-or-create-drift-issue Get or Create a GitHub Issue for Terraform drift detection
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--log-level value log level [$TFACTION_LOG_LEVEL]
--help, -h show help
--version, -v print the version
```## LICENSE
[MIT](LICENSE)