Comet
Cosmic tool for provisioning and managing infrastructure.
Overview
Comet is a command-line interface (CLI) tool designed to streamline infrastructure provisioning and management. It provides a unified interface for handling infrastructure operations with modern tooling and practices.
Features
- Infrastructure provisioning and management
- Terraform/OpenTofu integration
- JavaScript configuration language
- Configurable through YAML
Installation
Prerequisites
Building from Source
git clone https://github.com/moonwalker/comet.git
cd comet
go build
Usage
comet [command] [flags]
For detailed command documentation, use:
comet --help
Configuration
Comet can be configured using comet.yaml in your project directory.
Development
Requirements
Setup
- Clone the repository
git clone https://github.com/moonwalker/comet.git
- Build the project
go build
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the terms specified in the project's license file.