Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonwalker/comet
☄️ Cosmic tool for provisioning and managing infrastructure.
https://github.com/moonwalker/comet
devops infrastructure opentofu provisioning terraform
Last synced: 30 days ago
JSON representation
☄️ Cosmic tool for provisioning and managing infrastructure.
- Host: GitHub
- URL: https://github.com/moonwalker/comet
- Owner: moonwalker
- License: apache-2.0
- Created: 2024-12-03T08:43:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T09:28:58.000Z (about 1 month ago)
- Last Synced: 2024-12-10T10:30:27.495Z (about 1 month ago)
- Topics: devops, infrastructure, opentofu, provisioning, terraform
- Language: Go
- Homepage:
- Size: 17.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Go 1.23 or later
### Building from Source
```bash
git clone https://github.com/moonwalker/comet.git
cd comet
go build
```## Usage
```bash
comet [command] [flags]
```For detailed command documentation, use:
```bash
comet --help
```## Configuration
Comet can be configured using `comet.yaml` in your project directory.
## Development
### Requirements
- Go 1.23+
### Setup
1. Clone the repository
```bash
git clone https://github.com/moonwalker/comet.git
```2. Build the project
```bash
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.