Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding update command. #76

Merged
merged 2 commits into from Mar 30, 2015
Merged

Adding update command. #76

merged 2 commits into from Mar 30, 2015

Conversation

bbergstrom
Copy link
Contributor

Adding update command which supports updating any set of properties on opsworks resources. Responds with table of resulting changes applied. Supports inline JSON or YAML file for values.

screen shot 2015-03-27 at 12 01 43 pm


def print(before, after)
diff = HashDiff.diff(before, after)
puts "Changes: #{diff.size}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets use Output here too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@anfleene
Copy link
Contributor

This looks great 👍 I think we should bump a minor release for this. :shipit:

bbergstrom added a commit that referenced this pull request Mar 30, 2015
@bbergstrom bbergstrom merged commit 92f4930 into master Mar 30, 2015
@emmahsax emmahsax deleted the update branch April 5, 2018 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants