devops_environment

https://img.shields.io/pypi/v/devops_environment.svg https://img.shields.io/travis/sjmiller609/devops_environment.svg 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. Examples:

    cfn-man security group

    cfn-man auto scaling group

    cfn-man asg

    cfn-man auato scaligng groudp

Just type in whatever, it will probably work (powered by Google search)

Credits

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