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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ This is a tool for administering Apigee Edge things, including
9
9
10
10
This tool and the library included here is not an official Google product.
11
11
Support is available on a best-effort basis via github or [the community site](https://www.googlecloudcommunity.com/gc/Apigee/bd-p/cloud-apigee).
12
-
Pull requests are welcomed.
12
+
Pull requests are welcomed.
13
13
14
14
## This tool does not support Apigee X or hybrid
15
15
16
-
This tool works with Apigee Edge. It does not work with Apigee X or hybrid.
16
+
This tool works with Apigee Edge. It does not work with Apigee X or hybrid.
17
17
For a similar tool that works with X or hybrid, see [here](https://github.com/srinandan/apigeecli).
18
18
19
19
## Contents
@@ -31,19 +31,17 @@ For a similar tool that works with X or hybrid, see [here](https://github.com/sr
31
31
32
32
`npm install -g apigeetool`
33
33
34
-
*NOTE*: The `-g` option places the apigeetool command in your PATH. On "\*nix"-based machines, `sudo` may be required with the `-g` option. If you do not use `-g`, then you need to add the apigeetool command to your PATH manually. Typically, the `-g` option places modules in: `/usr/local/lib/node_modules/apigee-127` on *nix-based machines.
34
+
*NOTE*: The `-g` option places the apigeetool command in your PATH. On "\*nix"-based machines, `sudo` may be required with the `-g` option. If you do not use `-g`, then you need to add the apigeetool command to your PATH manually. Typically, the `-g` option places modules in: `/usr/local/lib/node_modules/apigeetool-node` on *nix-based machines.
35
35
36
36
# <aname="whatyouneed"></a>What you need to know about apigeetool
37
37
38
38
You must have an account on Apigee Edge to perform any `apigeetool` functions. These functions include:
39
39
40
40
* deploying an API proxy or shared flow to Edge,
41
41
* undeploying an API proxy or shared flow from Edge,
42
-
* deploying Node.js apps to Edge,
43
42
* listing deployed API proxies or shared flows on Edge,
44
43
* retrieving deployed proxies or shared flows from Edge,
45
44
* deleting proxy or shared flow definitions from Edge, and
46
-
* retreiving log messages from Node.js apps deployed to Edge.
47
45
* create or delete an API product in Edge
48
46
* create or delete a Developer in Edge
49
47
* create or delete a Developer Application in Edge
@@ -57,7 +55,7 @@ You must have an account on Apigee Edge to perform any `apigeetool` functions. T
57
55
* assign, remove, verify Users for a Role
58
56
* list all Users in a Role
59
57
60
-
You need to be familiar with basic concepts and features of Apigee Edge such as API proxies, organizations, and environments.
58
+
Obviously, this tool is only useful if you are familiar with basic concepts and features of Apigee Edge such as API proxies, organizations, environments, products, and so on.
61
59
62
60
For more information, refer to the [Apigee Edge docs](http://apigee.com/docs/).
0 commit comments