Skip to content

Instantly share code, notes, and snippets.

@goneri
Created March 28, 2018 15:40
Show Gist options
  • Save goneri/891b20cce49e5be0b2d9c3c970392c57 to your computer and use it in GitHub Desktop.
Save goneri/891b20cce49e5be0b2d9c3c970392c57 to your computer and use it in GitHub Desktop.
clean up instackenv.json
+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