A CLI tool by DX Labs to manage project assets, starting with .env on S3
Project description
dxlabs
A Python CLI tool by DX Labs to manage project assets. Currently supporting .env file management on AWS S3.
Installation
pip install dxlabs
Usage
Initialize configuration
dxlabs init --bucket my-env-bucket --project my-project-name --profile my-aws-profile
Push local .env to S3
dxlabs env push --env development
# or scan and push all discovered .env files
dxlabs env push
Pull from S3 to local .env
dxlabs env pull --env staging
# or pull all files stored for the project
dxlabs env pull
List environment files on S3
dxlabs env list
Delete .env from S3
# Delete a specific environment
dxlabs env delete --env staging
# Delete a specific file path
dxlabs env delete --file .env.prod
# Delete ALL environment files for the project
dxlabs env delete --all
Features
- Multi-Environment Support: Specify environments like
dev,staging,prod. - S3 Backend: Secure storage in your own AWS S3 bucket with full S3 URI visibility.
- Batch Operations: Push or pull all environment files in one command.
- CI/CD Integration: Supports AWS environment variables for credentials.
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
dxlabs-0.1.1.tar.gz
(8.9 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 dxlabs-0.1.1.tar.gz.
File metadata
- Download URL: dxlabs-0.1.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
102382e30bbe734bc08bb830b2818be4fa1dfb1f47e3ef174d0f619f9caac750
|
|
| MD5 |
c3a2f94fce66e4b66d63fdf8f4174bf0
|
|
| BLAKE2b-256 |
77b30eaef2ce12a015bd0f61f9b6bf7d97538e4c92022decefc54c2a4eab655f
|
File details
Details for the file dxlabs-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dxlabs-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.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 |
9f31bbf357892241d36f4b524f9069ec91965b8ef7ee79415fcbebf9b5af2d42
|
|
| MD5 |
e232d6d8c5542d0da995772ff8fbed27
|
|
| BLAKE2b-256 |
e083c4c6c949e2685c254548f3e03c6baff68d2560da648e49649a2b7fbf6586
|