Adds three new experimental package commands: `experimental package add`, `dcos experimental package build`, and `dcos experimental service start`
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"packagingVersion": "3.0",
|
|
"name": "bitbucket",
|
|
"version": "4.5",
|
|
"description": "Bitbucket",
|
|
"maintainer": "support@mesosphere.io",
|
|
"tags": [ "bitbucket" ],
|
|
"config": {
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"properties": {
|
|
"bitbucket": {
|
|
"properties": {
|
|
"name": {
|
|
"default": "bitbucket",
|
|
"description": "name",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["name"],
|
|
"type": "object"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
}
|