source: trip-planner-front/node_modules/@angular/cli/commands/deploy.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "ng-cli://commands/deploy.json",
4 "description": "Invokes the deploy builder for a specified project or for the default project in the workspace.",
5 "$longDescription": "./deploy-long.md",
6
7 "$scope": "in",
8 "$type": "architect",
9 "$impl": "./deploy-impl#DeployCommand",
10
11 "allOf": [
12 {
13 "properties": {
14 "project": {
15 "type": "string",
16 "description": "The name of the project to deploy.",
17 "$default": {
18 "$source": "argv",
19 "index": 0
20 }
21 },
22 "configuration": {
23 "description": "One or more named builder configurations as a comma-separated list as specified in the \"configurations\" section of angular.json.\nThe builder uses the named configurations to run the given target.\nFor more information, see https://angular.io/guide/workspace-config#alternate-build-configurations.",
24 "type": "string",
25 "aliases": ["c"]
26 }
27 },
28 "required": []
29 },
30 {
31 "$ref": "./definitions.json#/definitions/base"
32 }
33 ]
34}
Note: See TracBrowser for help on using the repository browser.