Skip to content

Instantly share code, notes, and snippets.

@ohing504
ohing504 / eb-syncenv.py
Last active July 28, 2020 17:13
AWS ElasticBeanstalk sync environments from file.
#!/usr/bin/env python
import argparse
import subprocess
import questionary
class Color:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
@ohing504
ohing504 / .hnine-git-commit-msg
Last active September 18, 2018 02:04
commit-message-template
# Tag: Short description (fixes #1234)
# Leave a blank line to distinguish between title and body
# Longer description here if necessary
# Rules
#
# The 'Tag' is one of the following: