Automated infrastructure and application management tool for Devtron
Project description
Tron - Devtron Infrastructure and Application Automation Tool
Tron is a command-line tool designed to automate Devtron infrastructure and application management through modular YAML configuration files.
Features
- Create Devtron applications via YAML configuration
- Update existing Devtron applications
- Manage environments and pipelines
- Simple CLI interface
- Can be used as a Python module in other projects
Installation
git clone <repository-url>
cd tron
pip install -r requirements.txt
pip install .
Usage
Command Line Interface
# Create a new application (provide Devtron URL and API token via command line or environment variables)
tron --config config.yaml create-app --devtron-url https://devtron.example.com --api-token your-api-token
# Update an existing application
tron --config config.yaml update-app --devtron-url https://devtron.example.com --api-token your-api-token
# Or set environment variables and omit the URL and token from command line
export DEVTRON_URL=https://devtron.example.com
export DEVTRON_API_TOKEN=your-api-token
tron --config config.yaml create-app
Development
To contribute to this project:
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Make your changes
- Test your changes
- Submit a pull request
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
devtron_cli-0.1.3.tar.gz
(44.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devtron_cli-0.1.3.tar.gz.
File metadata
- Download URL: devtron_cli-0.1.3.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e118008ce04be5deff153526957dad7d4df64422a190938edadab2d74425b831
|
|
| MD5 |
3e219747af9181e554798211803d76bc
|
|
| BLAKE2b-256 |
ffe330106c99bd4f7d5028a307591a08ac3b23ea4bb2db3ab92bc66452dfa396
|
File details
Details for the file devtron_cli-0.1.3-py3-none-any.whl.
File metadata
- Download URL: devtron_cli-0.1.3-py3-none-any.whl
- Upload date:
- Size: 56.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
471c0290ebb95d7c9424cf56c84acc40385433705a7233707d8b3dc65cdc30a4
|
|
| MD5 |
30ce972a181b0820541140785ceb6dcc
|
|
| BLAKE2b-256 |
dc55dbec1f1af00cd5bf5135e67ba95632a31f4c340e53443ad01eb138b342c4
|