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.rst
+13-28Lines changed: 13 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ apigee-cli
8
8
9
9
This tool is no longer actively maintained.
10
10
11
+
.. warning::
12
+
13
+
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer actively use or verify them.
14
+
11
15
The Apigee Edge command-line interface is an unofficial Python command-line tool built to simplify and automate Apigee Edge API usage, with support for SSO, MFA, and basic authentication.
12
16
13
17
-----------------------------------------
@@ -32,17 +36,15 @@ or for your user::
32
36
33
37
$ pip install --user apigeecli
34
38
35
-
If you have the apigee-cli installed and want to upgrade to the latest version
36
-
you can run::
39
+
If you have the apigee-cli installed and want to upgrade to the latest version you can run::
37
40
38
41
$ pip install --upgrade apigeecli
39
42
40
43
---------------
41
44
Getting Started
42
45
---------------
43
46
44
-
Before using apigee-cli, you need to tell it about your Apigee Edge credentials. You
45
-
can do this in three ways:
47
+
Before using apigee-cli, you need to tell it about your Apigee Edge credentials. You can do this in three ways:
46
48
47
49
* Environment variables
48
50
* Config file
@@ -141,62 +143,45 @@ Disclaimer
141
143
142
144
This tool is not affiliated with Apigee or Google and is highly experimental.
0 commit comments