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
Copy file name to clipboardExpand all lines: README.md
+64-64Lines changed: 64 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ trusted TLS certificate.
94
94
95
95
`--asynclimit -a`
96
96
(optional) Limit for the maximum number of operations performed concurrently.
97
-
Currently this only affects file uploads in the `deploynodeapp` command. Defaults to 4.
97
+
Currently this only affects file uploads in the `deployNodeApp` command. Defaults to 4.
98
98
99
99
`--json -j`
100
100
(optional) Formats the command's response as a JSON object.
@@ -122,30 +122,30 @@ Currently this only affects file uploads in the `deploynodeapp` command. Default
122
122
*[addEntryToKVM](#addEntryToKVM)
123
123
*[assignUserRole](#assignUserRole)
124
124
*[attachFlowHook](#attachFlowHook)
125
-
*[createappkey](#createappkey)
126
-
*[createapp](#createapp)
127
-
*[createcache](#createcache)
128
-
*[createdeveloper](#createdeveloper)
129
-
*[createKVMmap](#createKVMmap)
125
+
*[createAppKey](#createAppKey)
126
+
*[createApp](#createApp)
127
+
*[createCache](#createCache)
128
+
*[createDeveloper](#createDeveloper)
129
+
*[createKVM](#createKVM)
130
130
*[createProduct](#createproduct)
131
131
*[createRole](#createRole)
132
132
*[createTargetServer](#createTargetServer)
133
-
*[deleteapp](#deleteapp)
134
-
*[deletecache](#deletecache)
135
-
*[deletedeveloper](#deletedeveloper)
133
+
*[deleteApp](#deleteApp)
134
+
*[deleteCache](#deleteCache)
135
+
*[deleteDeveloper](#deleteDeveloper)
136
136
*[deleteKVMentry](#deleteKVMentry)
137
137
*[deleteKVMmap](#deleteKVMmap)
138
-
*[deleteproduct](#deleteproduct)
138
+
*[deleteProduct](#deleteProduct)
139
139
*[deleteRole](#deleteRole)
140
140
*[deleteSharedflow](#deleteSharedflow)
141
141
*[deleteTargetServer](#deleteTargetServer)
142
142
*[delete](#delete)
143
-
*[deployhostedtarget](#deployhostedtarget)
144
-
*[deploynodeapp](#deploynodeapp)
145
-
*[deployproxy](#deployproxy)
143
+
*[deployHostedTarget](#deployHostedTarget)
144
+
*[deployNodeApp](#deployNodeApp)
145
+
*[deployProxy](#deployProxy)
146
146
*[deploySharedflow](#deploySharedflow)
147
-
*[detachFlowHook](#detachFlowHook)
148
-
*[fetchproxy](#fetchproxy)
147
+
*[detachFlowHook](#detachFlowHook)
148
+
*[fetchProxy](#fetchProxy)
149
149
*[fetchSharedflow](#fetchSharedflow)
150
150
*[getFlowHook](#getFlowHook)
151
151
*[getKVMentry](#getKVMentry)
@@ -169,19 +169,19 @@ Currently this only affects file uploads in the `deploynodeapp` command. Default
169
169
*[updateTargetServer](#updateTargetServer)
170
170
*[verifyUserRole](#verifyUserRole)
171
171
172
-
## <aname="deploynodeapp"></a>deploynodeapp
172
+
## <aname="deployNodeApp"></a>deployNodeApp
173
173
174
174
Deploys a Node.js app to Apigee Edge as an API proxy. With your Node.js app deployed to Edge, you can take advantage of Edge features like security, quotas, caching, analytics, trace tool, and more.
@@ -229,7 +229,7 @@ for organization name, all of which are required.
229
229
(optional) If specified, uploads Node.js modules from your system to Apigee Edge rather than resolving the modules directly on Apigee Edge (the default behavior).
230
230
231
231
`--virtualhosts -v`
232
-
(optional) A comma-separated list of virtual hosts that the deployed app will use. The two most common options are `default` and `secure`. The `default` option is always HTTP and `secure` is always HTTPS. By default, `apigeetool deploynodeapp` uses `default,secure`.
232
+
(optional) A comma-separated list of virtual hosts that the deployed app will use. The two most common options are `default` and `secure`. The `default` option is always HTTP and `secure` is always HTTPS. By default, `apigeetool deployNodeApp` uses `default,secure`.
233
233
234
234
`--bundled-dependencies`
235
235
(optional) If specified, the source code will be uploaded with its `bundledDependencies` as defined in the `package.json`.
@@ -290,15 +290,15 @@ The name of the API proxy. The name of the API proxy must be unique within an or
290
290
`--bundled-dependencies`
291
291
(optional) If specified, the source code will be uploaded with its `bundledDependencies` as defined in the `package.json`.
292
292
293
-
## <aname="deployproxy"></a>deployproxy
293
+
## <aname="deployProxy"></a>deployProxy
294
294
295
295
Deploys an API proxy to Apigee Edge. If the proxy is currently deployed, it will be undeployed first, and the newly deployed proxy's revision number is incremented.
296
296
297
297
#### Example
298
298
299
299
Deploys an API proxy called example-proxy to Apigee Edge. Per the `-d` flag, the command is executed in the root directory of the proxy bundle.
0 commit comments