Skip to content

Instantly share code, notes, and snippets.

@ChrisCinelli
Created May 17, 2017 15:12
Show Gist options
  • Save ChrisCinelli/4b7ca1e134550b97f24297f13fd37227 to your computer and use it in GitHub Desktop.
Save ChrisCinelli/4b7ca1e134550b97f24297f13fd37227 to your computer and use it in GitHub Desktop.
Diff env variables between 2 environment in Amazon Elastic Beanstalk
#!/bin/bash
vim -d <(eb printenv $1) <(eb printenv $2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment