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
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ The following environment variables may be set to control the behavior of `apige
192
192
*`APIGEECLI_DRYRUN=true` does not execute Apigee control plane APIs
193
193
194
194
## Version 2.x.x Breaking Changes
195
+
195
196
The following command line flags have changed to follow a more consistent naming convention. The previous flag name and shorthand character are left of `==>` and the new flag name and shorthand are to the right.
196
197
For example: `"flagName", "f" ==> "flag-name", "f"`
197
198
@@ -232,7 +233,9 @@ Some changes merely drop the shorthand character.
232
233
```
233
234
234
235
## Version 2.0.0 New Changes
236
+
235
237
A new flag was introduced to control output from apigeecli, that may impact your output if used in an automation pipeline.
238
+
236
239
```
237
240
--no-warnings Disable printing warnings to stderr
238
241
```
@@ -434,26 +437,9 @@ x-google-jwt-locations:
434
437
435
438
query parameters are ignored. By default, if no location is specified, the JWT location is the `Authorization` header and value_prefix is `Bearer <token>`
436
439
437
-
## How do I import entities using apigeecli?
438
-
439
-
The table below illustrates how you can import different entities into Apigee. It refers to the [samples](./samples/) directory.
| apps | `apigeecli apps import -f samples/references.json -d samples/developers.json -o $org -t $token` (better used when the developers and apps are exported using the export) |
456
-
| apidocs | `apigeecli apidocs import -f samples/apidocs -o $org -t $token -s $siteId` (Rename the files under samples/apidocs to match your Apigee setup for siteId) |
| apps | apigeecli apps import -f samples/references.json -d samples/developers.json -o $org -t $token (better used when the developers and apps are exported using the export) |
52
+
| apidocs | apigeecli apidocs import -f samples/apidocs -o $org -t $token -s $siteId (Rename the files under samples/apidocs to match your Apigee setup for siteId) |`
0 commit comments