Skip to content

Instantly share code, notes, and snippets.

@rdammkoehler
Created October 21, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdammkoehler/be3ef612fa82043c0d3d6248b496132a to your computer and use it in GitHub Desktop.
Save rdammkoehler/be3ef612fa82043c0d3d6248b496132a to your computer and use it in GitHub Desktop.
coll.insertOne({
"version" : "1.0.0.0",
"code_name" : "alphaxray",
"packaging_date" : "2018-10-21T02:00:00-05:00",
"tags" : [ "production", "uat", "dev", "local" ],
"release_notes" : "https://github.com/rdammkoehler/deployment/release_notes/v/1.0.0.0/README.md",
"components" : [
{
"name" : "deploymentui",
"version" : "1.0.5.1238",
"build_date" : "2018-09-30T09:15:00-05:00",
"platform" : "Python3",
"dependencies" : [
{"cryptography":"2.2.2"},
]
},
{
"name" : "deploymentapi",
"version" : "3.0.2.6355",
"build_date" : "2018-10-18T06:42:00-05:00",
"platform" : "Ruby 2.5.3",
"dependencies" : [
{"cryptography":"2.2.2"}
]
}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment