Skip to content

Commit 99448ab

Browse files
committed
Update README.rst, Welcome.rst, --help info
1 parent 09ddb5d commit 99448ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apigee-cli
1010

1111
.. warning::
1212

13-
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer actively use or verify them.
13+
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer use or test them.
1414

1515
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.
1616

Welcome.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apigee-cli
88

99
.. warning::
1010

11-
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer actively use or verify them.
11+
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer use or test them.
1212

1313
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.
1414

apigee/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def cli(ctx):
5151
"""Welcome to the (Unofficial) Apigee Management API command-line interface!
5252
5353
\b
54-
Docs: https://darumatic.github.io/apigee-cli/
55-
PyPI: https://pypi.org/project/apigeecli/
56-
GitHub: https://github.com/darumatic/apigee-cli
54+
https://pypi.org/project/apigeecli
55+
https://github.com/darumatic/apigee-cli
56+
https://darumatic.github.io/apigee-cli
5757
5858
\f
5959

0 commit comments

Comments
 (0)