apigeecli 0.53.6__tar.gz → 0.53.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apigeecli-0.53.6/apigeecli.egg-info → apigeecli-0.53.7}/PKG-INFO +17 -7
- {apigeecli-0.53.6 → apigeecli-0.53.7}/README.rst +15 -5
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/__init__.py +4 -4
- {apigeecli-0.53.6 → apigeecli-0.53.7/apigeecli.egg-info}/PKG-INFO +17 -7
- {apigeecli-0.53.6 → apigeecli-0.53.7}/LICENSE +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/NOTICE +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/__main__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/apiproducts.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/api_puller_with_dependency_extraction.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/apis.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/deploy.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/apps.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/auth.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/backups.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/caches.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/cls.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/configure/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/configure/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/console.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/crypto.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/deployments.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/developers.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/encryption_utils.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/exceptions.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/keystores.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/keyvaluemaps.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/maskconfigs.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/permissions.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/plugins/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/plugins/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/prefix.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/references.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/sharedflows.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/silent.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/targetservers.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/types.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/userroles.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/utils.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/utils_init.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/verbose.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/commands.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/serializer.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/virtualhosts.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/SOURCES.txt +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/dependency_links.txt +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/entry_points.txt +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/requires.txt +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/top_level.txt +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/setup.cfg +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/setup.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/__init__.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/test_auth.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/test_echo.py +0 -0
- {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/test_encryption_utils.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apigeecli
|
|
3
|
-
Version: 0.53.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.53.7
|
|
4
|
+
Summary: (DEPRECATED) apigeecli simplifies and automates Apigee Edge API usage.
|
|
5
5
|
Home-page: https://github.com/darumatic/apigee-cli
|
|
6
6
|
Author: Matthew Delotavo
|
|
7
7
|
Author-email: matthew.t.delotavo@gmail.com
|
|
@@ -31,15 +31,11 @@ apigee-cli
|
|
|
31
31
|
|
|
32
32
|
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.
|
|
33
33
|
|
|
34
|
-
Initially developed for Darumatic clients, this project remains available as a functional proof of concept and has proven reliable in production CI/CD pipelines. I do not plan to maintain this public version, but you're welcome to explore and learn from the code. The custom plugins feature will continue to work even if the Apigee Edge APIs become unavailable.
|
|
35
|
-
|
|
36
|
-
*If you’re up for a challenge, try updating the code to work with Apigee X*
|
|
37
|
-
|
|
38
34
|
-----------------------------------------
|
|
39
35
|
Why use this instead of the official tool
|
|
40
36
|
-----------------------------------------
|
|
41
37
|
|
|
42
|
-
|
|
38
|
+
While the `official Apigee CLI`_ is powerful, this tool was created to better support Darumatic clients’ CI/CD and self-service workflows that were difficult to manage with the official tool, using simple and easily editable code to demonstrate how to leverage the Apigee Admin APIs.
|
|
43
39
|
|
|
44
40
|
------------
|
|
45
41
|
Installation
|
|
@@ -126,6 +122,20 @@ Run the following command to get a list of API proxies in your ``default`` Apige
|
|
|
126
122
|
$ apigee apis list
|
|
127
123
|
["helloworld", "oauth"]
|
|
128
124
|
|
|
125
|
+
^^^^^^^^^^^^^^^
|
|
126
|
+
Troubleshooting
|
|
127
|
+
^^^^^^^^^^^^^^^
|
|
128
|
+
|
|
129
|
+
If you encounter issues with commands, you can find more detailed debug information and error messages in the log file:
|
|
130
|
+
|
|
131
|
+
::
|
|
132
|
+
|
|
133
|
+
~/.apigee/exceptions.log
|
|
134
|
+
|
|
135
|
+
Reviewing this file can help you diagnose installation problems, missing dependencies, or errors related to Apigee Edge.
|
|
136
|
+
|
|
137
|
+
You can also use the verbose flags `-v` or `-vv` with commands to see more detailed information about requests to Apigee Edge.
|
|
138
|
+
|
|
129
139
|
-------------
|
|
130
140
|
Running Tests
|
|
131
141
|
-------------
|
|
@@ -10,15 +10,11 @@ apigee-cli
|
|
|
10
10
|
|
|
11
11
|
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
12
|
|
|
13
|
-
Initially developed for Darumatic clients, this project remains available as a functional proof of concept and has proven reliable in production CI/CD pipelines. I do not plan to maintain this public version, but you're welcome to explore and learn from the code. The custom plugins feature will continue to work even if the Apigee Edge APIs become unavailable.
|
|
14
|
-
|
|
15
|
-
*If you’re up for a challenge, try updating the code to work with Apigee X*
|
|
16
|
-
|
|
17
13
|
-----------------------------------------
|
|
18
14
|
Why use this instead of the official tool
|
|
19
15
|
-----------------------------------------
|
|
20
16
|
|
|
21
|
-
|
|
17
|
+
While the `official Apigee CLI`_ is powerful, this tool was created to better support Darumatic clients’ CI/CD and self-service workflows that were difficult to manage with the official tool, using simple and easily editable code to demonstrate how to leverage the Apigee Admin APIs.
|
|
22
18
|
|
|
23
19
|
------------
|
|
24
20
|
Installation
|
|
@@ -105,6 +101,20 @@ Run the following command to get a list of API proxies in your ``default`` Apige
|
|
|
105
101
|
$ apigee apis list
|
|
106
102
|
["helloworld", "oauth"]
|
|
107
103
|
|
|
104
|
+
^^^^^^^^^^^^^^^
|
|
105
|
+
Troubleshooting
|
|
106
|
+
^^^^^^^^^^^^^^^
|
|
107
|
+
|
|
108
|
+
If you encounter issues with commands, you can find more detailed debug information and error messages in the log file:
|
|
109
|
+
|
|
110
|
+
::
|
|
111
|
+
|
|
112
|
+
~/.apigee/exceptions.log
|
|
113
|
+
|
|
114
|
+
Reviewing this file can help you diagnose installation problems, missing dependencies, or errors related to Apigee Edge.
|
|
115
|
+
|
|
116
|
+
You can also use the verbose flags `-v` or `-vv` with commands to see more detailed information about requests to Apigee Edge.
|
|
117
|
+
|
|
108
118
|
-------------
|
|
109
119
|
Running Tests
|
|
110
120
|
-------------
|
|
@@ -6,9 +6,9 @@ from apigee import utils_init
|
|
|
6
6
|
|
|
7
7
|
APP = "apigeecli"
|
|
8
8
|
CMD = "apigee"
|
|
9
|
-
__version__ = "0.53.
|
|
10
|
-
description = "
|
|
11
|
-
long_description = """
|
|
9
|
+
__version__ = "0.53.7"
|
|
10
|
+
description = "(DEPRECATED) apigeecli simplifies and automates Apigee Edge API usage."
|
|
11
|
+
long_description = """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
12
|
|
|
13
13
|
APIGEE_CLI_DIRECTORY = utils_init.join_path_components(Path.home(), ".apigee")
|
|
14
14
|
APIGEE_CLI_PLUGINS_DIRECTORY = utils_init.join_path_components(APIGEE_CLI_DIRECTORY, "plugins")
|
|
@@ -47,4 +47,4 @@ APIGEE_ZONENAME = getenv("APIGEE_ZONENAME")
|
|
|
47
47
|
APIGEE_ZONENAME_OAUTH_URL = "https://{zonename}.login.apigee.com/oauth/token"
|
|
48
48
|
|
|
49
49
|
builtins.APIGEE_CLI_TOGGLE_SILENT = APIGEE_CLI_TOGGLE_SILENT
|
|
50
|
-
builtins.APIGEE_CLI_TOGGLE_VERBOSE = APIGEE_CLI_TOGGLE_VERBOSE
|
|
50
|
+
builtins.APIGEE_CLI_TOGGLE_VERBOSE = APIGEE_CLI_TOGGLE_VERBOSE
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apigeecli
|
|
3
|
-
Version: 0.53.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.53.7
|
|
4
|
+
Summary: (DEPRECATED) apigeecli simplifies and automates Apigee Edge API usage.
|
|
5
5
|
Home-page: https://github.com/darumatic/apigee-cli
|
|
6
6
|
Author: Matthew Delotavo
|
|
7
7
|
Author-email: matthew.t.delotavo@gmail.com
|
|
@@ -31,15 +31,11 @@ apigee-cli
|
|
|
31
31
|
|
|
32
32
|
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.
|
|
33
33
|
|
|
34
|
-
Initially developed for Darumatic clients, this project remains available as a functional proof of concept and has proven reliable in production CI/CD pipelines. I do not plan to maintain this public version, but you're welcome to explore and learn from the code. The custom plugins feature will continue to work even if the Apigee Edge APIs become unavailable.
|
|
35
|
-
|
|
36
|
-
*If you’re up for a challenge, try updating the code to work with Apigee X*
|
|
37
|
-
|
|
38
34
|
-----------------------------------------
|
|
39
35
|
Why use this instead of the official tool
|
|
40
36
|
-----------------------------------------
|
|
41
37
|
|
|
42
|
-
|
|
38
|
+
While the `official Apigee CLI`_ is powerful, this tool was created to better support Darumatic clients’ CI/CD and self-service workflows that were difficult to manage with the official tool, using simple and easily editable code to demonstrate how to leverage the Apigee Admin APIs.
|
|
43
39
|
|
|
44
40
|
------------
|
|
45
41
|
Installation
|
|
@@ -126,6 +122,20 @@ Run the following command to get a list of API proxies in your ``default`` Apige
|
|
|
126
122
|
$ apigee apis list
|
|
127
123
|
["helloworld", "oauth"]
|
|
128
124
|
|
|
125
|
+
^^^^^^^^^^^^^^^
|
|
126
|
+
Troubleshooting
|
|
127
|
+
^^^^^^^^^^^^^^^
|
|
128
|
+
|
|
129
|
+
If you encounter issues with commands, you can find more detailed debug information and error messages in the log file:
|
|
130
|
+
|
|
131
|
+
::
|
|
132
|
+
|
|
133
|
+
~/.apigee/exceptions.log
|
|
134
|
+
|
|
135
|
+
Reviewing this file can help you diagnose installation problems, missing dependencies, or errors related to Apigee Edge.
|
|
136
|
+
|
|
137
|
+
You can also use the verbose flags `-v` or `-vv` with commands to see more detailed information about requests to Apigee Edge.
|
|
138
|
+
|
|
129
139
|
-------------
|
|
130
140
|
Running Tests
|
|
131
141
|
-------------
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|