ngx-deploy-docker
Version:
Publish your angular projects to a docker registry by just run `ng deploy your-app`
27 lines (26 loc) • 692 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NgxDeployDockerAddSchematic",
"title": "Add ngx-deploy-docker to Your Project",
"type": "object",
"properties": {
"account": {
"type": "string",
"description": "Your Docker account",
"x-prompt": "What is your Docker account/username?",
"alias": "a"
},
"project": {
"type": "string",
"description": "The name of the project",
"alias": "p"
},
"skipInstall": {
"type": "boolean",
"description": "Skip installing after adding ngx-deploy-docker",
"default": false
}
},
"required": [],
"additionalProperties": false
}