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.2.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.2.tar.gz.
File metadata
- Download URL: dxlabs-0.1.2.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 |
26fda43505e619f0ac8528f3e7219ab1e9a827ea4a7cb891b81b2297b75f5be8
|
|
| MD5 |
5356049636ae4be44072518c442b9a71
|
|
| BLAKE2b-256 |
489662e60014fefcfc658a9390d142335bdd07b2fe0443b095a5c76980e22b5e
|
File details
Details for the file dxlabs-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dxlabs-0.1.2-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 |
82520295da2f4d9d8fa2686f1862887e8c3b3e3b55087458f8ebc0d3b33c777f
|
|
| MD5 |
fa7ef2e254f9dbaf3bdca49d4e53207e
|
|
| BLAKE2b-256 |
6eee3d8975f313824d185a94756c4cdead57c24e612fbd3e3a4426ef1292d189
|