Skip to content

Commit 8011414

Browse files
authored
Update Welcome.rst
1 parent a58f04f commit 8011414

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Welcome.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ apigee-cli
66

77
This tool is no longer actively maintained.
88

9+
.. warning::
10+
11+
We primarily use and test with SSO; basic and MFA authentication may still work, but we no longer actively use or verify them.
12+
913
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.
1014

1115
-----------------------------------------
@@ -20,19 +24,23 @@ Disclaimer
2024

2125
This tool is not affiliated with Apigee or Google and is highly experimental.
2226

23-
2427
.. _`official Apigee CLI`: https://github.com/apigee/apigeetool-node
2528

2629
.. |Upload Python Package badge| image:: https://github.com/mdelotavo/apigee-cli/workflows/Upload%20Python%20Package/badge.svg
27-
:target: https://github.com/mdelotavo/apigee-cli/actions?query=workflow%3A%22Upload+Python+Package%22
30+
:target: https://github.com/mdelotavo/apigee-cli/actions?query=workflow%3A%22Upload+Python+Package%22
31+
2832
.. |Python package badge| image:: https://github.com/mdelotavo/apigee-cli/workflows/Python%20package/badge.svg
29-
:target: https://github.com/mdelotavo/apigee-cli/actions?query=workflow%3A%22Python+package%22
33+
:target: https://github.com/mdelotavo/apigee-cli/actions?query=workflow%3A%22Python+package%22
34+
3035
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
31-
:target: https://github.com/psf/black
36+
:target: https://github.com/psf/black
37+
3238
.. |PyPI| image:: https://img.shields.io/pypi/v/apigeecli
33-
:target: https://pypi.org/project/apigeecli/
39+
:target: https://pypi.org/project/apigeecli/
40+
3441
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
35-
:target: https://opensource.org/licenses/Apache-2.0
42+
:target: https://opensource.org/licenses/Apache-2.0
43+
3644
.. _`Apigee Product Documentation`: https://apidocs.apigee.com/management/apis
3745
.. _`Permissions reference`: https://docs.apigee.com/api-platform/system-administration/permissions
3846
.. _`Add permissions to testing role`: https://docs.apigee.com/api-platform/system-administration/managing-roles-api#addpermissionstotestingrole
@@ -42,12 +50,10 @@ This tool is not affiliated with Apigee or Google and is highly experimental.
4250
.. _`GitHub`: https://github.com/darumatic/apigee-cli
4351
.. _`Python Package Index (PyPI)`: https://pypi.org/project/apigeecli/
4452
.. _`Access the Edge API with SAML`: https://docs.apigee.com/api-platform/system-administration/using-saml
45-
4653
.. _`Commands cheatsheet`: https://github.com/mdelotavo/apigee-cli-docs
4754
.. _`Using SAML with automated tasks`: https://github.com/mdelotavo/apigee-cli-docs
4855
.. _`Tabulating deployments`: https://github.com/mdelotavo/apigee-cli-docs
4956
.. _`Tabulating resource permissions`: https://github.com/mdelotavo/apigee-cli-docs
5057
.. _`Troubleshooting`: https://github.com/mdelotavo/apigee-cli-docs
5158
.. _`Mirror`: https://github.com/mdelotavo/apigee-cli
52-
5359
.. _`Apigee CI/CD Docker releases`: https://hub.docker.com/r/darumatic/apigee-cicd

0 commit comments

Comments
 (0)