ddb - Erase environment differences, make developers happy !
Project description
ddb
Erase environment differences, make developers happy !
ddb automates application configuration so differences between development, staging and production environment can be erased. It provides features to generate, activate and adjust configuration files based on a single overridable and extendable configuration, while enhancing the developer experience and reducing manual operations.
Primarly designed for docker-compose and docker-devbox, this tool makes the developer forget about the docker hard stuff by providing commands right into it's PATH, so it's experience looks like everything is native and locally installed.
Thanks to a pluggable, event based and easy to extend architecture, it can bring powerful configuration automation to any technical context.
Install
ddb is supported on Linux and Windows. MacOS is still unsupported, but it should come soon.
You can download binary releases on github, or install on Python > 3.5 with pip.
pip install docker-devbox-ddb
Docs
- How to participate ?
- Changing the default configuration
- Managing your project configuration
- Setting up your CI
N.B : Docs are under construction, more will be added over time
History
1.0.0-beta3 (2020-06-23)
- Shell : addition of aliases management
1.0.0-beta2 (2020-06-08)
- Docker and Permissions features are now plugged on File feature
- Docker-compose locally mapped files/directories are now created on
ddb configure
to ensure valid user owning - Fix Logging Error in chmod
- Upgrade chmod-monkey and use it everywhere to improve readability
1.0.0-beta1 (2020-05-12)
- Add
git
feature. Currently, there is only one action : git:fix-files-permissions to update permissions for files based on git index. In order to update permissions of a file in git, use commandgit update-index --chmod=+x foo.sh
. It can be disabled by settinggit.fix_files_permissions
to false in configuration. - Add
--fail-safe
command line argument to stop on first error. - Add
utils.process
module to help running external commands. It makes possible to configure path and additional arguments to any external process invoked by ddb. - Default command line argument values can now be customized in configuration using
defaults
key. - Fix and issue with traefik and jsonnet docker-compose when
networks
is defined in at least one service definition. - Add
permissions
feature to apply chmod on some files. - Add windows support for shell integration (cmd.exe only, powershell is still unsupported).
1.0.0-alpha1 (2020-05-10)
- First release, containing the following features:
certs
,cookiecutter
,copy
,core
,docker
,file
,fixuid
,gitignore
,jinja
,jsonnet
,run
,shell
,smartcd
,symlinks
,traefik
,version
,ytt
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
Hashes for docker-devbox-ddb-1.0.0b3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96c4120dc9eaa94cf08cfff2c10023cb99c9ba7401e3aa9f790a4a7f3b3ce05d |
|
MD5 | 1e76a132be0b32b78d0e78d8985250a4 |
|
BLAKE2b-256 | 6363ce9dd46a34106854dc82f153ae0afd52ed4e8a9ef05000d534c034716cd6 |