Created
March 28, 2018 15:40
-
-
Save goneri/891b20cce49e5be0b2d9c3c970392c57 to your computer and use it in GitHub Desktop.
clean up instackenv.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+cat ~/instackenv.json|jq '.nodes| {nodes: map(del (.service_tag)|del (.model)|del (.provisioning_mac))}' > /tmp/clean_instackenv.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment