# README
Cloud Foundation Toolkit CLI (CFT CLI)
Usage
The CFT CLI includes a few components, including:
Follow cft --help instructions
Google Cloud Foundation Toolkit CLI
Usage:
cft [flags]
cft [command] [flags]
Available Commands:
help Help about any command
report Generate inventory reports based on CAI outputs in a directory.
scorecard Print a scorecard of your GCP environment
version Print version information
Flags:
-h, --help help for cft
Use "cft [command] --help" for more information about a command.
Development
Requirements
- go 1.12 and above
Build and Run
make build
After build find binary at bin/cft location
License
Apache 2.0 - See LICENSE for more information.
# Packages
No description provided by the author
No description provided by the author
Package bpmetadata generates and validates metadata for Terraform blueprint packages.
No description provided by the author
No description provided by the author
Package launchpad file runtime.go contains runtime support for reference tracking and output assembled object to represent parsed view of the org for later processing.
No description provided by the author
Package scorecard handles the generation of "scores" for GCP infrastructure It uses a combination of: - Cloud Asset Inventory: https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview - Config Validator: https://github.com/GoogleCloudPlatform/config-validator.
No description provided by the author