devops-environment

Development environment for DevOps


Keywords
devops_environment, development-environment, devops, devops-tools, mit-license, python
License
MIT
Install
pip install devops-environment==0.0.6

Documentation

devops_environment

Documentation Status

Development environment for DevOps

A Python module to manage a CLI development environment.

You can pip install, then launch the same development environment on any machine with Docker.

Installation

pip install -U devops_environment

Use

devenv

Recommendations

  • Install Docker on host machine
  • Configure git on host machine
  • Set up ssh keys for git authentication in ~/.ssh/

Custom commands

  • cfn-man: Look up cloud formation docs from command line.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.