You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Deployment of Angular CLI applications to Netlify",
5
-
"properties": {
6
-
"buildTarget": {
7
-
"type": "string",
8
-
"default": "build",
9
-
"description": "A build target command."
10
-
},
11
-
"configuration": {
12
-
"type": "string",
13
-
"default": "production",
14
-
"description": "A named build target, as specified in the `configurations` section of angular.json. Each named target is accompanied by a configuration of option defaults for that target. Same as `ng build --configuration=XXX`.",
15
-
"alias": "c"
16
-
},
17
-
"noBuild": {
18
-
"type": "boolean",
19
-
"default": false,
20
-
"description": "Skip build process during deployment."
21
-
},
22
-
"outputPath": {
23
-
"type": "string",
24
-
"description": "This is one of the options you can freely choose according to your needs. --- We will 'deploy' to this folder."
25
-
},
26
-
"netlifyToken": {
27
-
"type": "string",
28
-
"description": "Acess token give you the ability to communicate with netlify over API."
29
-
},
30
-
"siteId": {
31
-
"type": "string",
32
-
"description": "Every netlify app have a API ID which uniquly identify that app."
33
-
},
34
-
"baseHref": {
35
-
"type": "string",
36
-
"description": "This is an example how to override the workspace set of options. --- Base url for the application being built. Same as `ng build --base-href=/XXX/`."
37
-
},
38
-
"create": {
39
-
"type": "boolean",
40
-
"default": false,
41
-
"description": "Creates the site if it does not exists or no site id is set"
2
+
"$id": "Schema",
3
+
"title": "schema",
4
+
"description": "Deployment of Angular CLI applications to Netlify",
5
+
"properties": {
6
+
"buildTarget": {
7
+
"type": "string",
8
+
"default": "build",
9
+
"description": "A build target command."
10
+
},
11
+
"configuration": {
12
+
"type": "string",
13
+
"default": "production",
14
+
"description": "A named build target, as specified in the `configurations` section of angular.json. Each named target is accompanied by a configuration of option defaults for that target. Same as `ng build --configuration=XXX`.",
15
+
"alias": "c"
16
+
},
17
+
"noBuild": {
18
+
"type": "boolean",
19
+
"default": false,
20
+
"description": "Skip build process during deployment."
21
+
},
22
+
"outputPath": {
23
+
"type": "string",
24
+
"description": "This is one of the options you can freely choose according to your needs. --- We will 'deploy' to this folder."
25
+
},
26
+
"netlifyToken": {
27
+
"type": "string",
28
+
"description": "Acess token give you the ability to communicate with netlify over API."
29
+
},
30
+
"siteId": {
31
+
"type": "string",
32
+
"description": "Every netlify app have a API ID which uniquly identify that app."
33
+
},
34
+
"baseHref": {
35
+
"type": "string",
36
+
"description": "This is an example how to override the workspace set of options. --- Base url for the application being built. Same as `ng build --base-href=/XXX/`."
37
+
},
38
+
"create": {
39
+
"type": "boolean",
40
+
"default": false,
41
+
"description": "Creates the site if it does not exists or no site id is set"
42
+
},
43
+
"withDeps": {
44
+
"type": "boolean",
45
+
"default": false,
46
+
"description": "To be used with Nx if app needs to be built with-deps"
0 commit comments