cmdbox 0.5.4__tar.gz → 0.6.0__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.

Potentially problematic release.


This version of cmdbox might be problematic. Click here for more details.

Files changed (381) hide show
  1. {cmdbox-0.5.4/cmdbox.egg-info → cmdbox-0.6.0}/PKG-INFO +68 -26
  2. {cmdbox-0.5.4 → cmdbox-0.6.0}/README.md +67 -25
  3. cmdbox-0.6.0/cmdbox/app/auth/signin.py +837 -0
  4. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/common.py +48 -3
  5. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/edge.py +5 -173
  6. cmdbox-0.6.0/cmdbox/app/edge_tool.py +177 -0
  7. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/feature.py +10 -9
  8. cmdbox-0.6.0/cmdbox/app/features/cli/agent_base.py +477 -0
  9. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/audit_base.py +1 -1
  10. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_audit_search.py +24 -1
  11. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_download.py +1 -1
  12. cmdbox-0.6.0/cmdbox/app/features/cli/cmdbox_cmd_list.py +105 -0
  13. cmdbox-0.6.0/cmdbox/app/features/cli/cmdbox_cmd_load.py +104 -0
  14. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_edge_config.py +2 -2
  15. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_edge_start.py +1 -1
  16. cmdbox-0.6.0/cmdbox/app/features/cli/cmdbox_gui_start.py +44 -0
  17. cmdbox-0.6.0/cmdbox/app/features/cli/cmdbox_gui_stop.py +34 -0
  18. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_server_start.py +1 -1
  19. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_apikey_add.py +1 -1
  20. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_apikey_del.py +1 -1
  21. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_genpass.py +0 -3
  22. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_group_add.py +1 -1
  23. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_group_del.py +1 -1
  24. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_group_edit.py +1 -1
  25. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_group_list.py +1 -1
  26. cmdbox-0.6.0/cmdbox/app/features/cli/cmdbox_web_start.py +192 -0
  27. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_stop.py +1 -1
  28. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_user_add.py +1 -1
  29. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_user_del.py +1 -1
  30. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_user_edit.py +1 -1
  31. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_user_list.py +1 -1
  32. cmdbox-0.6.0/cmdbox/app/features/web/cmdbox_web_agent.py +250 -0
  33. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_exec_cmd.py +8 -3
  34. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_signin.py +3 -3
  35. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_users.py +2 -0
  36. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/options.py +55 -2
  37. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/web.py +142 -15
  38. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/features.yml +18 -0
  39. cmdbox-0.6.0/cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py +0 -0
  40. cmdbox-0.6.0/cmdbox/extensions/sample_project/sample/app/features/web/__init__.py +0 -0
  41. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/user_list.yml +1 -0
  42. cmdbox-0.6.0/cmdbox/licenses/LICENSE.Authlib.1.5.2(BSD License).txt +29 -0
  43. cmdbox-0.6.0/cmdbox/licenses/LICENSE.Deprecated.1.2.18(MIT License).txt +21 -0
  44. cmdbox-0.6.0/cmdbox/licenses/LICENSE.SQLAlchemy.2.0.40(MIT License).txt +19 -0
  45. cmdbox-0.6.0/cmdbox/licenses/LICENSE.aiohttp.3.11.18(Apache Software License).txt +13 -0
  46. cmdbox-0.6.0/cmdbox/licenses/LICENSE.aiosignal.1.3.2(Apache Software License).txt +201 -0
  47. cmdbox-0.6.0/cmdbox/licenses/LICENSE.attrs.25.3.0(UNKNOWN).txt +21 -0
  48. cmdbox-0.6.0/cmdbox/licenses/LICENSE.cachetools.5.5.2(MIT License).txt +20 -0
  49. cmdbox-0.6.0/cmdbox/licenses/LICENSE.distro.1.9.0(Apache Software License).txt +202 -0
  50. cmdbox-0.6.0/cmdbox/licenses/LICENSE.docstring_parser.0.16(MIT License).txt +21 -0
  51. cmdbox-0.6.0/cmdbox/licenses/LICENSE.filelock.3.18.0(The Unlicense (Unlicense)).txt +24 -0
  52. cmdbox-0.6.0/cmdbox/licenses/LICENSE.frozenlist.1.6.0(Apache-2.0).txt +201 -0
  53. cmdbox-0.6.0/cmdbox/licenses/LICENSE.fsspec.2025.3.2(BSD License).txt +29 -0
  54. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-adk.0.5.0(Apache Software License).txt +202 -0
  55. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-api-python-client.2.169.0(Apache Software License).txt +201 -0
  56. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-auth-httplib2.0.2.0(Apache Software License).txt +201 -0
  57. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-auth.2.40.1(Apache Software License).txt +201 -0
  58. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-bigquery.3.31.0(Apache Software License).txt +202 -0
  59. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-core.2.4.3(Apache Software License).txt +202 -0
  60. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-resource-manager.1.14.2(Apache Software License).txt +202 -0
  61. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-secret-manager.2.23.3(Apache Software License).txt +202 -0
  62. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-speech.2.32.0(Apache Software License).txt +202 -0
  63. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-storage.2.19.0(Apache Software License).txt +202 -0
  64. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-trace.1.16.1(Apache Software License).txt +202 -0
  65. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-crc32c.1.7.1(Apache 2.0).txt +202 -0
  66. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-genai.1.14.0(Apache Software License).txt +202 -0
  67. cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-resumable-media.2.7.2(Apache Software License).txt +202 -0
  68. cmdbox-0.6.0/cmdbox/licenses/LICENSE.googleapis-common-protos.1.70.0(Apache Software License).txt +202 -0
  69. cmdbox-0.6.0/cmdbox/licenses/LICENSE.graphviz.0.20.3(MIT License).txt +21 -0
  70. cmdbox-0.6.0/cmdbox/licenses/LICENSE.grpc-google-iam-v1.0.14.2(Apache Software License).txt +202 -0
  71. cmdbox-0.6.0/cmdbox/licenses/LICENSE.grpcio-status.1.71.0(Apache Software License).txt +610 -0
  72. cmdbox-0.6.0/cmdbox/licenses/LICENSE.grpcio.1.71.0(Apache Software License).txt +610 -0
  73. cmdbox-0.6.0/cmdbox/licenses/LICENSE.httpcore.1.0.9(BSD License).txt +27 -0
  74. cmdbox-0.6.0/cmdbox/licenses/LICENSE.httplib2.0.22.0(MIT License).txt +23 -0
  75. cmdbox-0.6.0/cmdbox/licenses/LICENSE.httpx-sse.0.4.0(MIT).txt +21 -0
  76. cmdbox-0.6.0/cmdbox/licenses/LICENSE.httpx.0.28.1(BSD License).txt +12 -0
  77. cmdbox-0.6.0/cmdbox/licenses/LICENSE.huggingface-hub.0.31.1(Apache Software License).txt +201 -0
  78. cmdbox-0.6.0/cmdbox/licenses/LICENSE.id.1.5.0(Apache Software License).txt +202 -0
  79. cmdbox-0.6.0/cmdbox/licenses/LICENSE.importlib_metadata.8.6.1(Apache Software License).txt +202 -0
  80. cmdbox-0.6.0/cmdbox/licenses/LICENSE.jsonschema-specifications.2025.4.1(UNKNOWN).txt +19 -0
  81. cmdbox-0.6.0/cmdbox/licenses/LICENSE.jsonschema.4.23.0(MIT License).txt +19 -0
  82. cmdbox-0.6.0/cmdbox/licenses/LICENSE.litellm.1.69.0(MIT License).txt +26 -0
  83. cmdbox-0.6.0/cmdbox/licenses/LICENSE.mcp.1.8.0(MIT License).txt +21 -0
  84. cmdbox-0.6.0/cmdbox/licenses/LICENSE.multidict.6.4.3(Apache Software License).txt +13 -0
  85. cmdbox-0.6.0/cmdbox/licenses/LICENSE.openai.1.75.0(Apache Software License).txt +201 -0
  86. cmdbox-0.6.0/cmdbox/licenses/LICENSE.opentelemetry-api.1.33.0(Apache Software License).txt +201 -0
  87. cmdbox-0.6.0/cmdbox/licenses/LICENSE.opentelemetry-exporter-gcp-trace.1.9.0(Apache Software License).txt +201 -0
  88. cmdbox-0.6.0/cmdbox/licenses/LICENSE.opentelemetry-resourcedetector-gcp.1.9.0a0(Apache Software License).txt +201 -0
  89. cmdbox-0.6.0/cmdbox/licenses/LICENSE.opentelemetry-sdk.1.33.0(Apache Software License).txt +201 -0
  90. cmdbox-0.6.0/cmdbox/licenses/LICENSE.opentelemetry-semantic-conventions.0.54b0(Apache Software License).txt +201 -0
  91. cmdbox-0.6.0/cmdbox/licenses/LICENSE.propcache.0.3.1(Apache Software License).txt +202 -0
  92. cmdbox-0.6.0/cmdbox/licenses/LICENSE.proto-plus.1.26.1(Apache Software License).txt +202 -0
  93. cmdbox-0.6.0/cmdbox/licenses/LICENSE.protobuf.5.29.4(3-Clause BSD License).txt +32 -0
  94. cmdbox-0.6.0/cmdbox/licenses/LICENSE.pyasn1.0.6.1(BSD License).txt +24 -0
  95. cmdbox-0.6.0/cmdbox/licenses/LICENSE.pyasn1_modules.0.4.2(BSD License).txt +24 -0
  96. cmdbox-0.6.0/cmdbox/licenses/LICENSE.pydantic-settings.2.9.1(MIT License).txt +21 -0
  97. cmdbox-0.6.0/cmdbox/licenses/LICENSE.pyparsing.3.2.3(MIT License).txt +18 -0
  98. cmdbox-0.6.0/cmdbox/licenses/LICENSE.python-dateutil.2.9.0.post0(Apache Software License; BSD License).txt +54 -0
  99. cmdbox-0.6.0/cmdbox/licenses/LICENSE.referencing.0.36.2(UNKNOWN).txt +19 -0
  100. cmdbox-0.6.0/cmdbox/licenses/LICENSE.regex.2024.11.6(Apache Software License).txt +208 -0
  101. cmdbox-0.6.0/cmdbox/licenses/LICENSE.rpds-py.0.24.0(MIT).txt +19 -0
  102. cmdbox-0.6.0/cmdbox/licenses/LICENSE.rsa.4.9.1(Apache Software License).txt +13 -0
  103. cmdbox-0.6.0/cmdbox/licenses/LICENSE.shapely.2.1.0(BSD License).txt +29 -0
  104. cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-serializinghtml.2.0.0(BSD License).txt +1 -0
  105. cmdbox-0.6.0/cmdbox/licenses/LICENSE.sse-starlette.2.3.4(BSD License).txt +27 -0
  106. cmdbox-0.6.0/cmdbox/licenses/LICENSE.tiktoken.0.9.0(MIT License).txt +21 -0
  107. cmdbox-0.6.0/cmdbox/licenses/LICENSE.tokenizers.0.21.1(Apache Software License).txt +1 -0
  108. cmdbox-0.6.0/cmdbox/licenses/LICENSE.tqdm.4.67.1(MIT License; Mozilla Public License 2.0 (MPL 2.0)).txt +49 -0
  109. cmdbox-0.6.0/cmdbox/licenses/LICENSE.typing_extensions.4.13.2(UNKNOWN).txt +279 -0
  110. cmdbox-0.6.0/cmdbox/licenses/LICENSE.tzlocal.5.3.1(MIT License).txt +19 -0
  111. cmdbox-0.6.0/cmdbox/licenses/LICENSE.uritemplate.4.1.1(Apache Software License; BSD License).txt +3 -0
  112. cmdbox-0.6.0/cmdbox/licenses/LICENSE.wrapt.1.17.2(BSD License).txt +24 -0
  113. cmdbox-0.6.0/cmdbox/licenses/LICENSE.yarl.1.20.0(Apache Software License).txt +202 -0
  114. cmdbox-0.6.0/cmdbox/licenses/files.txt +188 -0
  115. cmdbox-0.6.0/cmdbox/logconf_agent.yml +38 -0
  116. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_audit.yml +13 -5
  117. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_client.yml +13 -5
  118. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_cmdbox.yml +13 -5
  119. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_edge.yml +13 -5
  120. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_gui.yml +13 -5
  121. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_server.yml +13 -5
  122. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/logconf_web.yml +13 -5
  123. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/version.py +3 -2
  124. cmdbox-0.6.0/cmdbox/web/agent.html +263 -0
  125. cmdbox-0.6.0/cmdbox/web/assets/cmdbox/agent.js +335 -0
  126. cmdbox-0.6.0/cmdbox/web/assets/cmdbox/common.js +1498 -0
  127. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/signin.js +4 -4
  128. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/filer/filer.js +4 -2
  129. {cmdbox-0.5.4 → cmdbox-0.6.0/cmdbox.egg-info}/PKG-INFO +68 -26
  130. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox.egg-info/SOURCES.txt +93 -11
  131. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox.egg-info/requires.txt +1 -0
  132. {cmdbox-0.5.4 → cmdbox-0.6.0}/setup.py +3 -0
  133. cmdbox-0.5.4/cmdbox/app/auth/signin.py +0 -677
  134. cmdbox-0.5.4/cmdbox/app/features/cli/cmdbox_gui_start.py +0 -167
  135. cmdbox-0.5.4/cmdbox/app/features/cli/cmdbox_gui_stop.py +0 -51
  136. cmdbox-0.5.4/cmdbox/app/features/cli/cmdbox_web_start.py +0 -177
  137. cmdbox-0.5.4/cmdbox/licenses/files.txt +0 -95
  138. cmdbox-0.5.4/cmdbox/web/assets/cmdbox/common.js +0 -1407
  139. {cmdbox-0.5.4 → cmdbox-0.6.0}/LICENSE +0 -0
  140. {cmdbox-0.5.4 → cmdbox-0.6.0}/MANIFEST.in +0 -0
  141. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/__init__.py +0 -0
  142. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/__main__.py +0 -0
  143. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/__init__.py +0 -0
  144. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/app.py +0 -0
  145. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/__init__.py +0 -0
  146. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/azure_signin.py +0 -0
  147. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/azure_signin_saml.py +0 -0
  148. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/github_signin.py +0 -0
  149. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/google_signin.py +0 -0
  150. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/auth/signin_saml.py +0 -0
  151. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/client.py +0 -0
  152. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/commons/convert.py +0 -0
  153. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/commons/loghandler.py +0 -0
  154. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/commons/module.py +0 -0
  155. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/commons/redis_client.py +0 -0
  156. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_audit_createdb.py +0 -0
  157. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_audit_delete.py +0 -0
  158. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_audit_write.py +0 -0
  159. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_copy.py +0 -0
  160. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_list.py +0 -0
  161. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +0 -0
  162. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_move.py +0 -0
  163. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_remove.py +0 -0
  164. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +0 -0
  165. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_file_upload.py +0 -0
  166. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_client_server_info.py +0 -0
  167. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_server_list.py +0 -0
  168. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_server_stop.py +0 -0
  169. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/cli/cmdbox_web_gencert.py +0 -0
  170. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_assets.py +0 -0
  171. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_audit.py +0 -0
  172. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_audit_metrics.py +0 -0
  173. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py +0 -0
  174. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_copyright.py +0 -0
  175. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_del_cmd.py +0 -0
  176. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_del_pipe.py +0 -0
  177. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_do_signin.py +0 -0
  178. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_do_signout.py +0 -0
  179. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_exec_pipe.py +0 -0
  180. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_filer download.py +0 -0
  181. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_filer.py +0 -0
  182. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_filer_upload.py +0 -0
  183. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py +0 -0
  184. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_get_cmds.py +0 -0
  185. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_get_modes.py +0 -0
  186. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_get_server_opt.py +0 -0
  187. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_gui.py +0 -0
  188. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_gui_callback.py +0 -0
  189. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_list_cmd.py +0 -0
  190. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_list_pipe.py +0 -0
  191. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_load_cmd.py +0 -0
  192. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_load_pipe.py +0 -0
  193. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_raw_cmd.py +0 -0
  194. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_raw_pipe.py +0 -0
  195. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_result.py +0 -0
  196. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_save_cmd.py +0 -0
  197. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_save_pipe.py +0 -0
  198. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_user_data.py +0 -0
  199. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_usesignout.py +0 -0
  200. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py +0 -0
  201. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/features/web/cmdbox_web_versions_used.py +0 -0
  202. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/filer.py +0 -0
  203. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/app/server.py +0 -0
  204. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/config.yml +0 -0
  205. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/.vscode/launch.json +0 -0
  206. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/requirements.txt +0 -0
  207. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/__init__.py +0 -0
  208. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/__main__.py +0 -0
  209. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/app/app.py +0 -0
  210. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +0 -0
  211. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +0 -0
  212. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/extensions/features.yml +0 -0
  213. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/extensions/user_list.yml +0 -0
  214. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/logconf_sample.yml +0 -0
  215. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/version.py +0 -0
  216. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico +0 -0
  217. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png +0 -0
  218. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.Jinja2.3.1.6(BSD License).txt +0 -0
  219. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.MarkupSafe.3.0.2(BSD License).txt +0 -0
  220. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.PyYAML.6.0.2(MIT License).txt +0 -0
  221. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.Pygments.2.19.1(BSD License).txt +0 -0
  222. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.Sphinx.8.2.3(UNKNOWN).txt +0 -0
  223. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.typing_extensions.4.13.2(UNKNOWN).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.aiohappyeyeballs.2.6.1(Python Software Foundation License).txt +0 -0
  224. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.alabaster.1.0.0(BSD License).txt +0 -0
  225. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.annotated-types.0.7.0(MIT License).txt +0 -0
  226. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.anyio.4.9.0(MIT License).txt +0 -0
  227. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.argcomplete.3.6.2(Apache Software License).txt +0 -0
  228. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.async-timeout.5.0.1(Apache Software License).txt +0 -0
  229. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.babel.2.17.0(BSD License).txt +0 -0
  230. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.backports.tarfile.1.2.0(MIT License).txt +0 -0
  231. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.certifi.2025.4.26(Mozilla Public License 2.0 (MPL 2.0)).txt +0 -0
  232. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.cffi.1.17.1(MIT License).txt +0 -0
  233. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.charset-normalizer.3.4.1(MIT License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.charset-normalizer.3.4.2(MIT License).txt +0 -0
  234. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.click.8.1.8(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.click.8.2.0(UNKNOWN).txt +0 -0
  235. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.colorama.0.4.6(BSD License).txt +0 -0
  236. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.cryptography.44.0.2(Apache Software License; BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.cryptography.44.0.3(Apache Software License; BSD License).txt +0 -0
  237. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.docutils.0.21.2(BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License).txt +0 -0
  238. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.fastapi.0.115.12(MIT License).txt +0 -0
  239. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.gevent.25.4.2(MIT).txt +0 -0
  240. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.id.1.5.0(Apache Software License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-api-core.2.24.2(Apache Software License).txt +0 -0
  241. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.importlib_metadata.8.7.0(Apache Software License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.google-cloud-aiplatform.1.92.0(Apache 2.0).txt +0 -0
  242. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.greenlet.3.2.1(MIT AND Python-2.0).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.greenlet.3.2.2(MIT AND Python-2.0).txt +0 -0
  243. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.gunicorn.23.0.0(MIT License).txt +0 -0
  244. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.h11.0.16.0(MIT License).txt +0 -0
  245. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.httptools.0.6.4(MIT License).txt +0 -0
  246. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.idna.3.10(BSD License).txt +0 -0
  247. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.imagesize.1.4.1(MIT License).txt +0 -0
  248. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.itsdangerous.2.2.0(BSD License).txt +0 -0
  249. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.jaraco.classes.3.4.0(MIT License).txt +0 -0
  250. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.jaraco.context.6.0.1(MIT License).txt +0 -0
  251. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.jaraco.functools.4.1.0(MIT License).txt +0 -0
  252. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-applehelp.2.0.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.jiter.0.9.0(MIT License).txt +0 -0
  253. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.keyring.25.6.0(MIT License).txt +0 -0
  254. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.markdown-it-py.3.0.0(MIT License).txt +0 -0
  255. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.mdurl.0.1.2(MIT License).txt +0 -0
  256. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.more-itertools.10.7.0(MIT License).txt +0 -0
  257. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.nh3.0.2.21(MIT).txt +0 -0
  258. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.numpy.2.2.5(BSD License).txt +0 -0
  259. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.packaging.25.0(Apache Software License; BSD License).txt +0 -0
  260. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pillow.11.2.1(UNKNOWN).txt +0 -0
  261. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pip.24.0(MIT License).txt +0 -0
  262. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.plyer.2.1.0(MIT License).txt +0 -0
  263. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.prettytable.3.16.0(UNKNOWN).txt +0 -0
  264. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.prompt_toolkit.3.0.51(BSD License).txt +0 -0
  265. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.psycopg-binary.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.psycopg-binary.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt +0 -0
  266. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.psycopg.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.psycopg.3.2.7(GNU Lesser General Public License v3 (LGPLv3)).txt +0 -0
  267. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pycparser.2.22(BSD License).txt +0 -0
  268. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pycryptodome.3.22.0(BSD License; Public Domain).txt +0 -0
  269. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.pydantic.2.11.3(MIT License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.pydantic.2.11.4(MIT License).txt +0 -0
  270. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.pydantic_core.2.33.1(MIT License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.pydantic_core.2.33.2(MIT License).txt +0 -0
  271. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pystray.0.19.5(GNU Lesser General Public License v3 (LGPLv3)).txt +0 -0
  272. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.python-dotenv.1.1.0(BSD License).txt +0 -0
  273. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.python-multipart.0.0.20(Apache Software License).txt +0 -0
  274. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.pywin32-ctypes.0.2.3(BSD-3-Clause).txt +0 -0
  275. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.questionary.2.1.0(MIT License).txt +0 -0
  276. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.readme_renderer.44.0(Apache Software License).txt +0 -0
  277. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.redis.5.2.1(MIT License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.redis.6.0.0(MIT License).txt +0 -0
  278. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.requests-toolbelt.1.0.0(Apache Software License).txt +0 -0
  279. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.requests.2.32.3(Apache Software License).txt +0 -0
  280. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.rfc3986.2.0.0(Apache Software License).txt +0 -0
  281. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.rich.14.0.0(MIT License).txt +0 -0
  282. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.roman-numerals-py.3.1.0(CC0 1.0 Universal (CC0 1.0) Public Domain Dedication; Zero-Clause BSD (0BSD)).txt +0 -0
  283. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.setuptools.65.5.0(MIT License).txt +0 -0
  284. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.six.1.17.0(MIT License).txt +0 -0
  285. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sniffio.1.3.1(Apache Software License; MIT License).txt +0 -0
  286. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.snowballstemmer.2.2.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.snowballstemmer.3.0.1(BSD License).txt +0 -0
  287. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sphinx-intl.2.3.1(BSD License).txt +0 -0
  288. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sphinx-rtd-theme.3.0.2(MIT License).txt +0 -0
  289. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sphinx-sitemap.2.6.0(MIT License).txt +0 -0
  290. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sphinx_fontawesome.0.0.6(GNU General Public License v2 (GPLv2)).txt +0 -0
  291. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-devhelp.2.0.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-applehelp.2.0.0(BSD License).txt +0 -0
  292. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-htmlhelp.2.1.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-devhelp.2.0.0(BSD License).txt +0 -0
  293. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-jquery.4.1(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-htmlhelp.2.1.0(BSD License).txt +0 -0
  294. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-qthelp.2.0.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-jquery.4.1(BSD License).txt +0 -0
  295. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.sphinxcontrib-jsmath.1.0.1(BSD License).txt +0 -0
  296. /cmdbox-0.5.4/cmdbox/licenses/LICENSE.sphinxcontrib-serializinghtml.2.0.0(BSD License).txt → /cmdbox-0.6.0/cmdbox/licenses/LICENSE.sphinxcontrib-qthelp.2.0.0(BSD License).txt +0 -0
  297. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.starlette.0.46.2(BSD License).txt +0 -0
  298. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.tabulate.0.9.0(MIT License).txt +0 -0
  299. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.tomli.2.2.1(MIT License).txt +0 -0
  300. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.twine.6.1.0(Apache Software License).txt +0 -0
  301. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.typing-inspection.0.4.0(MIT License).txt +0 -0
  302. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.tzdata.2025.2(Apache Software License).txt +0 -0
  303. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.urllib3.2.4.0(UNKNOWN).txt +0 -0
  304. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.uvicorn.0.34.2(BSD License).txt +0 -0
  305. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.watchfiles.1.0.5(MIT License).txt +0 -0
  306. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.wcwidth.0.2.13(MIT License).txt +0 -0
  307. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.websockets.15.0.1(BSD License).txt +0 -0
  308. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.wheel.0.45.1(MIT License).txt +0 -0
  309. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.zipp.3.21.0(MIT License).txt +0 -0
  310. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.zope.event.5.0(Zope Public License).txt +0 -0
  311. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/licenses/LICENSE.zope.interface.7.2(Zope Public License).txt +0 -0
  312. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/apexcharts/apexcharts.css +0 -0
  313. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/apexcharts/apexcharts.min.js +0 -0
  314. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js +0 -0
  315. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css +0 -0
  316. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/audit.js +0 -0
  317. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/color_mode.css +0 -0
  318. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/favicon.ico +0 -0
  319. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/filer_modal.js +0 -0
  320. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/icon.png +0 -0
  321. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/list_cmd.js +0 -0
  322. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/list_pipe.js +0 -0
  323. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/main.js +0 -0
  324. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/open_capture.js +0 -0
  325. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/open_output_json.js +0 -0
  326. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/result.js +0 -0
  327. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/users.js +0 -0
  328. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/view_raw.js +0 -0
  329. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/cmdbox/view_result.js +0 -0
  330. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/encodingjs/LICENSE.txt +0 -0
  331. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/encodingjs/encoding.js +0 -0
  332. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/encodingjs/encoding.min.js +0 -0
  333. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/filer/main.css +0 -0
  334. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/filer/main.js +0 -0
  335. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/highlight/default.css +0 -0
  336. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/highlight/highlight.min.js +0 -0
  337. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css +0 -0
  338. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery/jquery.min.3.2.0.js +0 -0
  339. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-linedtextarea/README.md +0 -0
  340. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt +0 -0
  341. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css +0 -0
  342. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html +0 -0
  343. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js +0 -0
  344. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js +0 -0
  345. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/AUTHORS.txt +0 -0
  346. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/LICENSE.txt +0 -0
  347. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  348. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  349. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  350. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  351. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  352. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
  353. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/jquery-ui.min.css +0 -0
  354. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/jquery-ui.min.js +0 -0
  355. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css +0 -0
  356. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css +0 -0
  357. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/jquery-ui/package.json +0 -0
  358. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/css/lightbox.min.css +0 -0
  359. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/images/close.png +0 -0
  360. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/images/loading.gif +0 -0
  361. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/images/next.png +0 -0
  362. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/images/prev.png +0 -0
  363. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/lightbox2/js/lightbox.min.js +0 -0
  364. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/split-pane/split-pane.css +0 -0
  365. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/split-pane/split-pane.js +0 -0
  366. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/tree-menu/css/tree-menu.css +0 -0
  367. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/tree-menu/image/file.png +0 -0
  368. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/tree-menu/image/folder-close.png +0 -0
  369. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/tree-menu/image/folder-open.png +0 -0
  370. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets/tree-menu/js/tree-menu.js +0 -0
  371. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/assets_license_list.txt +0 -0
  372. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/audit.html +0 -0
  373. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/filer.html +0 -0
  374. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/gui.html +0 -0
  375. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/result.html +0 -0
  376. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/signin.html +0 -0
  377. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox/web/users.html +0 -0
  378. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox.egg-info/dependency_links.txt +0 -0
  379. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox.egg-info/entry_points.txt +0 -0
  380. {cmdbox-0.5.4 → cmdbox-0.6.0}/cmdbox.egg-info/top_level.txt +0 -0
  381. {cmdbox-0.5.4 → cmdbox-0.6.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cmdbox
3
- Version: 0.5.4
3
+ Version: 0.6.0
4
4
  Summary: cmdbox: It is a command line application with a plugin mechanism.
5
5
  Home-page: https://github.com/hamacom2004jp/cmdbox
6
6
  Download-URL: https://github.com/hamacom2004jp/cmdbox
@@ -35,8 +35,10 @@ License-File: LICENSE
35
35
  # Install
36
36
 
37
37
  - Install cmdbox with the following command.
38
+ - Also install the docker version of the redis server.
38
39
 
39
40
  ```bash
41
+ docker run -p 6379:6379 --name redis -e REDIS_PASSWORD=password -it ubuntu/redis:latest
40
42
  pip install cmdbox
41
43
  cmdbox -v
42
44
  ```
@@ -47,12 +49,34 @@ pip install xmlsec==1.3.13 python3-saml
47
49
  apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential libopencv-dev
48
50
  ```
49
51
 
50
- - Also install the docker version of the redis server.
52
+ - When using `--agent use` in web mode, install the modules with dependencies.
53
+ ```bash
54
+ pip install google-adk litellm
55
+ ```
56
+
57
+ # Run
58
+
59
+ - Run the cmdbox server.
60
+
61
+ ```bash
62
+ cmdbox -m server -c start &
63
+ ```
64
+
65
+ - Run the cmdbox web.
51
66
 
52
67
  ```bash
53
- docker run -p 6379:6379 --name redis -it ubuntu/redis:latest
68
+ cmdbox -m web -c start --signin_file .cmdbox/user_list.yml &
54
69
  ```
55
70
 
71
+ - Run the cmdbox web with agent.
72
+ - Below is an example of using Google vertexai.
73
+ - Other available options include Azure OpenAI and Ollama.
74
+
75
+ ```bash
76
+ cmdbox -m web -c start --signin_file .cmdbox/user_list.yml --agent use --llmprov vertexai --llmmodel gemini-2.0-flash --llmlocation us-central1 --llmsvaccountfile <account json file>
77
+ ```
78
+
79
+
56
80
  # Tutorial
57
81
 
58
82
  - Open the ```.sample/sample_project``` folder in the current directory with VSCode.
@@ -273,29 +297,47 @@ aliases: # Specify the alias for the specified co
273
297
  # e.g. /{1}_exec
274
298
  move: # Specify whether to move the regular expression group of the source to the target.
275
299
  # e.g. true
276
- audit:
277
- enabled: true # Specify whether to enable the audit function.
278
- write:
279
- mode: audit # Specify the mode of the feature to be writed.
280
- cmd: write # Specify the command to be writed.
281
- search:
282
- mode: audit # Specify the mode of the feature to be searched.
283
- cmd: search # Specify the command to be searched.
284
- options: # Specify the options for the audit function.
285
- host: localhost # Specify the service host of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
286
- port: 6379 # Specify the service port of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
287
- password: password # Specify the access password of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
288
- svname: server # Specify the audit service name of the inference server.However, if it is specified as a command line argument, it is ignored.
289
- retry_count: 3 # Specifies the number of reconnections to the audit Redis server.If less than 0 is specified, reconnection is forever.
290
- retry_interval: 1 # Specifies the number of seconds before reconnecting to the audit Redis server.
291
- timeout: 15 # Specify the maximum waiting time until the server responds.
292
- pg_enabled: False # Specify True if using the postgresql database server.
293
- pg_host: localhost # Specify the postgresql host.
294
- pg_port: 5432 # Specify the postgresql port.
295
- pg_user: postgres # Specify the postgresql user name.
296
- pg_password: password # Specify the postgresql password.
297
- pg_dbname: audit # Specify the postgresql database name.
298
- retention_period_days: 365 # Specify the number of days to retain audit logs.
300
+ agentrule: # Specifies a list of rules that determine which commands the agent can execute.
301
+ policy: deny # Specify the default policy for the rule. The value can be allow or deny.
302
+ rules: # Specify the rules for the commands that the agent can execute according to the group to which the user belongs.
303
+ - mode: audit # Specify the "mode" as the condition for applying the rule.
304
+ cmds: [search, write] # Specify the "cmd" to which the rule applies. Multiple items can be specified in a list.
305
+ rule: allow # Specifies whether the specified command is allowed or not. Values are allow or deny.
306
+ - mode: client
307
+ cmds: [file_copy, file_download, file_list, file_mkdir, file_move, file_remove, file_rmdir, file_upload, server_info]
308
+ rule: allow
309
+ - mode: cmd
310
+ cmds: [list, load]
311
+ rule: allow
312
+ - mode: server
313
+ cmds: [list]
314
+ rule: allow
315
+ - mode: web
316
+ cmds: [gencert, genpass, group_list, user_list]
317
+ rule: allow
318
+ audit:
319
+ enabled: true # Specify whether to enable the audit function.
320
+ write:
321
+ mode: audit # Specify the mode of the feature to be writed.
322
+ cmd: write # Specify the command to be writed.
323
+ search:
324
+ mode: audit # Specify the mode of the feature to be searched.
325
+ cmd: search # Specify the command to be searched.
326
+ options: # Specify the options for the audit function.
327
+ host: localhost # Specify the service host of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
328
+ port: 6379 # Specify the service port of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
329
+ password: password # Specify the access password of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
330
+ svname: cmdbox # Specify the audit service name of the inference server.However, if it is specified as a command line argument, it is ignored.
331
+ retry_count: 3 # Specifies the number of reconnections to the audit Redis server.If less than 0 is specified, reconnection is forever.
332
+ retry_interval: 1 # Specifies the number of seconds before reconnecting to the audit Redis server.
333
+ timeout: 15 # Specify the maximum waiting time until the server responds.
334
+ pg_enabled: False # Specify True if using the postgresql database server.
335
+ pg_host: localhost # Specify the postgresql host.
336
+ pg_port: 5432 # Specify the postgresql port.
337
+ pg_user: postgres # Specify the postgresql user name.
338
+ pg_password: password # Specify the postgresql password.
339
+ pg_dbname: audit # Specify the postgresql database name.
340
+ retention_period_days: 365 # Specify the number of days to retain audit logs.
299
341
 
300
342
  ```
301
343
 
@@ -11,8 +11,10 @@
11
11
  # Install
12
12
 
13
13
  - Install cmdbox with the following command.
14
+ - Also install the docker version of the redis server.
14
15
 
15
16
  ```bash
17
+ docker run -p 6379:6379 --name redis -e REDIS_PASSWORD=password -it ubuntu/redis:latest
16
18
  pip install cmdbox
17
19
  cmdbox -v
18
20
  ```
@@ -23,12 +25,34 @@ pip install xmlsec==1.3.13 python3-saml
23
25
  apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential libopencv-dev
24
26
  ```
25
27
 
26
- - Also install the docker version of the redis server.
28
+ - When using `--agent use` in web mode, install the modules with dependencies.
29
+ ```bash
30
+ pip install google-adk litellm
31
+ ```
32
+
33
+ # Run
34
+
35
+ - Run the cmdbox server.
36
+
37
+ ```bash
38
+ cmdbox -m server -c start &
39
+ ```
40
+
41
+ - Run the cmdbox web.
27
42
 
28
43
  ```bash
29
- docker run -p 6379:6379 --name redis -it ubuntu/redis:latest
44
+ cmdbox -m web -c start --signin_file .cmdbox/user_list.yml &
30
45
  ```
31
46
 
47
+ - Run the cmdbox web with agent.
48
+ - Below is an example of using Google vertexai.
49
+ - Other available options include Azure OpenAI and Ollama.
50
+
51
+ ```bash
52
+ cmdbox -m web -c start --signin_file .cmdbox/user_list.yml --agent use --llmprov vertexai --llmmodel gemini-2.0-flash --llmlocation us-central1 --llmsvaccountfile <account json file>
53
+ ```
54
+
55
+
32
56
  # Tutorial
33
57
 
34
58
  - Open the ```.sample/sample_project``` folder in the current directory with VSCode.
@@ -249,29 +273,47 @@ aliases: # Specify the alias for the specified co
249
273
  # e.g. /{1}_exec
250
274
  move: # Specify whether to move the regular expression group of the source to the target.
251
275
  # e.g. true
252
- audit:
253
- enabled: true # Specify whether to enable the audit function.
254
- write:
255
- mode: audit # Specify the mode of the feature to be writed.
256
- cmd: write # Specify the command to be writed.
257
- search:
258
- mode: audit # Specify the mode of the feature to be searched.
259
- cmd: search # Specify the command to be searched.
260
- options: # Specify the options for the audit function.
261
- host: localhost # Specify the service host of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
262
- port: 6379 # Specify the service port of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
263
- password: password # Specify the access password of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
264
- svname: server # Specify the audit service name of the inference server.However, if it is specified as a command line argument, it is ignored.
265
- retry_count: 3 # Specifies the number of reconnections to the audit Redis server.If less than 0 is specified, reconnection is forever.
266
- retry_interval: 1 # Specifies the number of seconds before reconnecting to the audit Redis server.
267
- timeout: 15 # Specify the maximum waiting time until the server responds.
268
- pg_enabled: False # Specify True if using the postgresql database server.
269
- pg_host: localhost # Specify the postgresql host.
270
- pg_port: 5432 # Specify the postgresql port.
271
- pg_user: postgres # Specify the postgresql user name.
272
- pg_password: password # Specify the postgresql password.
273
- pg_dbname: audit # Specify the postgresql database name.
274
- retention_period_days: 365 # Specify the number of days to retain audit logs.
276
+ agentrule: # Specifies a list of rules that determine which commands the agent can execute.
277
+ policy: deny # Specify the default policy for the rule. The value can be allow or deny.
278
+ rules: # Specify the rules for the commands that the agent can execute according to the group to which the user belongs.
279
+ - mode: audit # Specify the "mode" as the condition for applying the rule.
280
+ cmds: [search, write] # Specify the "cmd" to which the rule applies. Multiple items can be specified in a list.
281
+ rule: allow # Specifies whether the specified command is allowed or not. Values are allow or deny.
282
+ - mode: client
283
+ cmds: [file_copy, file_download, file_list, file_mkdir, file_move, file_remove, file_rmdir, file_upload, server_info]
284
+ rule: allow
285
+ - mode: cmd
286
+ cmds: [list, load]
287
+ rule: allow
288
+ - mode: server
289
+ cmds: [list]
290
+ rule: allow
291
+ - mode: web
292
+ cmds: [gencert, genpass, group_list, user_list]
293
+ rule: allow
294
+ audit:
295
+ enabled: true # Specify whether to enable the audit function.
296
+ write:
297
+ mode: audit # Specify the mode of the feature to be writed.
298
+ cmd: write # Specify the command to be writed.
299
+ search:
300
+ mode: audit # Specify the mode of the feature to be searched.
301
+ cmd: search # Specify the command to be searched.
302
+ options: # Specify the options for the audit function.
303
+ host: localhost # Specify the service host of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
304
+ port: 6379 # Specify the service port of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
305
+ password: password # Specify the access password of the audit Redis server.However, if it is specified as a command line argument, it is ignored.
306
+ svname: cmdbox # Specify the audit service name of the inference server.However, if it is specified as a command line argument, it is ignored.
307
+ retry_count: 3 # Specifies the number of reconnections to the audit Redis server.If less than 0 is specified, reconnection is forever.
308
+ retry_interval: 1 # Specifies the number of seconds before reconnecting to the audit Redis server.
309
+ timeout: 15 # Specify the maximum waiting time until the server responds.
310
+ pg_enabled: False # Specify True if using the postgresql database server.
311
+ pg_host: localhost # Specify the postgresql host.
312
+ pg_port: 5432 # Specify the postgresql port.
313
+ pg_user: postgres # Specify the postgresql user name.
314
+ pg_password: password # Specify the postgresql password.
315
+ pg_dbname: audit # Specify the postgresql database name.
316
+ retention_period_days: 365 # Specify the number of days to retain audit logs.
275
317
 
276
318
  ```
277
319