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.4.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.4.tar.gz.
File metadata
- Download URL: devtron_cli-0.1.4.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 |
ec48c8d31d2a112d82f90ff6ad1ed698de424b979745edc1abb7d3c98e425212
|
|
| MD5 |
d8c11c61a183baf063309545a37e1302
|
|
| BLAKE2b-256 |
034145a413f3cd95c80451ddf550b79b4f5cde1228922daecf84c79d60667faf
|
File details
Details for the file devtron_cli-0.1.4-py3-none-any.whl.
File metadata
- Download URL: devtron_cli-0.1.4-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 |
91ee0000096a36ad3ef867ba88d2715240ee2131a8ea96664ed650e044bd30eb
|
|
| MD5 |
30c75f842b0a85d07078e3b642fa9d9c
|
|
| BLAKE2b-256 |
024c752f91309d3d5f71bb9d8936164b335fe098b2f860df9e6e14c8903d6bc7
|