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.4.tar.gz
(9.1 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.4.tar.gz.
File metadata
- Download URL: dxlabs-0.1.4.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3ce0e58a9d6d7ecd58747df89c23df7b7f97384e91b42d3e56f8954c9999e2
|
|
| MD5 |
da50502d7801a8173aa02841802e3552
|
|
| BLAKE2b-256 |
d766a43157e6b80e32a658fa5efaf45c122a09878526ac0be7b980099dd0bfcc
|
File details
Details for the file dxlabs-0.1.4-py3-none-any.whl.
File metadata
- Download URL: dxlabs-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.6 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 |
b93cee91a0738f9f7430f153ae588650bdea80b73f8656114e9ff565ec1dadba
|
|
| MD5 |
2ad5d07eb09a47a5788c1e3670eb0c2d
|
|
| BLAKE2b-256 |
bcae4c1eaf62355c9b6d142fba5f7ed0c474da978a21575cf4ed916636b65574
|