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.
Files changed (98) hide show
  1. {apigeecli-0.53.6/apigeecli.egg-info → apigeecli-0.53.7}/PKG-INFO +17 -7
  2. {apigeecli-0.53.6 → apigeecli-0.53.7}/README.rst +15 -5
  3. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/__init__.py +4 -4
  4. {apigeecli-0.53.6 → apigeecli-0.53.7/apigeecli.egg-info}/PKG-INFO +17 -7
  5. {apigeecli-0.53.6 → apigeecli-0.53.7}/LICENSE +0 -0
  6. {apigeecli-0.53.6 → apigeecli-0.53.7}/NOTICE +0 -0
  7. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/__main__.py +0 -0
  8. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/__init__.py +0 -0
  9. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/apiproducts.py +0 -0
  10. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/commands.py +0 -0
  11. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apiproducts/serializer.py +0 -0
  12. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/__init__.py +0 -0
  13. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/api_puller_with_dependency_extraction.py +0 -0
  14. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/apis.py +0 -0
  15. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/commands.py +0 -0
  16. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/deploy.py +0 -0
  17. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apis/serializer.py +0 -0
  18. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/__init__.py +0 -0
  19. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/apps.py +0 -0
  20. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/commands.py +0 -0
  21. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/apps/serializer.py +0 -0
  22. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/auth.py +0 -0
  23. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/__init__.py +0 -0
  24. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/backups.py +0 -0
  25. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/backups/commands.py +0 -0
  26. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/__init__.py +0 -0
  27. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/caches.py +0 -0
  28. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/commands.py +0 -0
  29. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/caches/serializer.py +0 -0
  30. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/cls.py +0 -0
  31. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/configure/__init__.py +0 -0
  32. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/configure/commands.py +0 -0
  33. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/console.py +0 -0
  34. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/crypto.py +0 -0
  35. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/__init__.py +0 -0
  36. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/commands.py +0 -0
  37. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/deployments.py +0 -0
  38. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/deployments/serializer.py +0 -0
  39. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/__init__.py +0 -0
  40. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/commands.py +0 -0
  41. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/developers.py +0 -0
  42. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/developers/serializer.py +0 -0
  43. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/encryption_utils.py +0 -0
  44. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/exceptions.py +0 -0
  45. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/__init__.py +0 -0
  46. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/commands.py +0 -0
  47. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/keystores.py +0 -0
  48. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keystores/serializer.py +0 -0
  49. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/__init__.py +0 -0
  50. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/commands.py +0 -0
  51. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/keyvaluemaps.py +0 -0
  52. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/keyvaluemaps/serializer.py +0 -0
  53. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/__init__.py +0 -0
  54. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/commands.py +0 -0
  55. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/maskconfigs.py +0 -0
  56. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/maskconfigs/serializer.py +0 -0
  57. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/__init__.py +0 -0
  58. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/commands.py +0 -0
  59. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/permissions.py +0 -0
  60. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/permissions/serializer.py +0 -0
  61. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/plugins/__init__.py +0 -0
  62. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/plugins/commands.py +0 -0
  63. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/prefix.py +0 -0
  64. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/__init__.py +0 -0
  65. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/commands.py +0 -0
  66. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/references.py +0 -0
  67. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/references/serializer.py +0 -0
  68. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/__init__.py +0 -0
  69. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/commands.py +0 -0
  70. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/serializer.py +0 -0
  71. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/sharedflows/sharedflows.py +0 -0
  72. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/silent.py +0 -0
  73. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/__init__.py +0 -0
  74. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/commands.py +0 -0
  75. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/serializer.py +0 -0
  76. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/targetservers/targetservers.py +0 -0
  77. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/types.py +0 -0
  78. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/__init__.py +0 -0
  79. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/commands.py +0 -0
  80. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/userroles/userroles.py +0 -0
  81. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/utils.py +0 -0
  82. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/utils_init.py +0 -0
  83. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/verbose.py +0 -0
  84. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/__init__.py +0 -0
  85. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/commands.py +0 -0
  86. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/serializer.py +0 -0
  87. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigee/virtualhosts/virtualhosts.py +0 -0
  88. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/SOURCES.txt +0 -0
  89. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/dependency_links.txt +0 -0
  90. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/entry_points.txt +0 -0
  91. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/requires.txt +0 -0
  92. {apigeecli-0.53.6 → apigeecli-0.53.7}/apigeecli.egg-info/top_level.txt +0 -0
  93. {apigeecli-0.53.6 → apigeecli-0.53.7}/setup.cfg +0 -0
  94. {apigeecli-0.53.6 → apigeecli-0.53.7}/setup.py +0 -0
  95. {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/__init__.py +0 -0
  96. {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/test_auth.py +0 -0
  97. {apigeecli-0.53.6 → apigeecli-0.53.7}/tests/test_echo.py +0 -0
  98. {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.6
4
- Summary: 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.
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
- The `official Apigee CLI`_ is powerful and may suit your needs. However, I built this version to better support our CI/CD processes, self-service operations, and DevOps workflows that are difficult to manage with the official tool.
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
- The `official Apigee CLI`_ is powerful and may suit your needs. However, I built this version to better support our CI/CD processes, self-service operations, and DevOps workflows that are difficult to manage with the official tool.
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.6"
10
- 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."
11
- long_description = """This tool is no longer actively maintained. Initially developed for Darumatic clients, this project remains available as a working proof of concept, proven reliable in production CI/CD pipelines. The custom plugins feature will remain functional even if Apigee Edge APIs stop working."""
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.6
4
- Summary: 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.
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
- The `official Apigee CLI`_ is powerful and may suit your needs. However, I built this version to better support our CI/CD processes, self-service operations, and DevOps workflows that are difficult to manage with the official tool.
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