LICENSE
MANIFEST.in
README.md
setup.py
cmdbox/__init__.py
cmdbox/__main__.py
cmdbox/autoload.py
cmdbox/config.yml
cmdbox/logconf_audit.yml
cmdbox/logconf_client.yml
cmdbox/logconf_cmdbox.yml
cmdbox/logconf_edge.yml
cmdbox/logconf_gui.yml
cmdbox/logconf_mcp.yml
cmdbox/logconf_server.yml
cmdbox/logconf_web.yml
cmdbox/version.py
cmdbox.egg-info/PKG-INFO
cmdbox.egg-info/SOURCES.txt
cmdbox.egg-info/dependency_links.txt
cmdbox.egg-info/entry_points.txt
cmdbox.egg-info/requires.txt
cmdbox.egg-info/top_level.txt
cmdbox/app/__init__.py
cmdbox/app/app.py
cmdbox/app/client.py
cmdbox/app/common.py
cmdbox/app/edge.py
cmdbox/app/edge_tool.py
cmdbox/app/feature.py
cmdbox/app/filer.py
cmdbox/app/mcp.py
cmdbox/app/options.py
cmdbox/app/server.py
cmdbox/app/web.py
cmdbox/app/auth/__init__.py
cmdbox/app/auth/azure_signin.py
cmdbox/app/auth/azure_signin_saml.py
cmdbox/app/auth/github_signin.py
cmdbox/app/auth/google_signin.py
cmdbox/app/auth/signin.py
cmdbox/app/auth/signin_saml.py
cmdbox/app/commons/convert.py
cmdbox/app/commons/loghandler.py
cmdbox/app/commons/module.py
cmdbox/app/commons/redis_client.py
cmdbox/app/features/cli/agent_base.py
cmdbox/app/features/cli/audit_base.py
cmdbox/app/features/cli/cmdbox_audit_createdb.py
cmdbox/app/features/cli/cmdbox_audit_delete.py
cmdbox/app/features/cli/cmdbox_audit_search.py
cmdbox/app/features/cli/cmdbox_audit_write.py
cmdbox/app/features/cli/cmdbox_client_file_copy.py
cmdbox/app/features/cli/cmdbox_client_file_download.py
cmdbox/app/features/cli/cmdbox_client_file_list.py
cmdbox/app/features/cli/cmdbox_client_file_mkdir.py
cmdbox/app/features/cli/cmdbox_client_file_move.py
cmdbox/app/features/cli/cmdbox_client_file_remove.py
cmdbox/app/features/cli/cmdbox_client_file_rmdir.py
cmdbox/app/features/cli/cmdbox_client_file_upload.py
cmdbox/app/features/cli/cmdbox_client_server_info.py
cmdbox/app/features/cli/cmdbox_cmd_list.py
cmdbox/app/features/cli/cmdbox_cmd_load.py
cmdbox/app/features/cli/cmdbox_edge_config.py
cmdbox/app/features/cli/cmdbox_edge_start.py
cmdbox/app/features/cli/cmdbox_gui_start.py
cmdbox/app/features/cli/cmdbox_gui_stop.py
cmdbox/app/features/cli/cmdbox_mcp_proxy.py
cmdbox/app/features/cli/cmdbox_server_list.py
cmdbox/app/features/cli/cmdbox_server_start.py
cmdbox/app/features/cli/cmdbox_server_stop.py
cmdbox/app/features/cli/cmdbox_web_apikey_add.py
cmdbox/app/features/cli/cmdbox_web_apikey_del.py
cmdbox/app/features/cli/cmdbox_web_gencert.py
cmdbox/app/features/cli/cmdbox_web_genpass.py
cmdbox/app/features/cli/cmdbox_web_group_add.py
cmdbox/app/features/cli/cmdbox_web_group_del.py
cmdbox/app/features/cli/cmdbox_web_group_edit.py
cmdbox/app/features/cli/cmdbox_web_group_list.py
cmdbox/app/features/cli/cmdbox_web_start.py
cmdbox/app/features/cli/cmdbox_web_stop.py
cmdbox/app/features/cli/cmdbox_web_user_add.py
cmdbox/app/features/cli/cmdbox_web_user_del.py
cmdbox/app/features/cli/cmdbox_web_user_edit.py
cmdbox/app/features/cli/cmdbox_web_user_list.py
cmdbox/app/features/web/cmdbox_web_agent.py
cmdbox/app/features/web/cmdbox_web_assets.py
cmdbox/app/features/web/cmdbox_web_audit.py
cmdbox/app/features/web/cmdbox_web_audit_metrics.py
cmdbox/app/features/web/cmdbox_web_bbforce_cmd.py
cmdbox/app/features/web/cmdbox_web_copyright.py
cmdbox/app/features/web/cmdbox_web_del_cmd.py
cmdbox/app/features/web/cmdbox_web_del_pipe.py
cmdbox/app/features/web/cmdbox_web_do_signin.py
cmdbox/app/features/web/cmdbox_web_do_signout.py
cmdbox/app/features/web/cmdbox_web_exec_cmd.py
cmdbox/app/features/web/cmdbox_web_exec_pipe.py
cmdbox/app/features/web/cmdbox_web_filer download.py
cmdbox/app/features/web/cmdbox_web_filer.py
cmdbox/app/features/web/cmdbox_web_filer_upload.py
cmdbox/app/features/web/cmdbox_web_get_cmd_choices.py
cmdbox/app/features/web/cmdbox_web_get_cmds.py
cmdbox/app/features/web/cmdbox_web_get_modes.py
cmdbox/app/features/web/cmdbox_web_get_server_opt.py
cmdbox/app/features/web/cmdbox_web_gui.py
cmdbox/app/features/web/cmdbox_web_gui_callback.py
cmdbox/app/features/web/cmdbox_web_list_cmd.py
cmdbox/app/features/web/cmdbox_web_list_pipe.py
cmdbox/app/features/web/cmdbox_web_load_cmd.py
cmdbox/app/features/web/cmdbox_web_load_pipe.py
cmdbox/app/features/web/cmdbox_web_raw_cmd.py
cmdbox/app/features/web/cmdbox_web_raw_pipe.py
cmdbox/app/features/web/cmdbox_web_result.py
cmdbox/app/features/web/cmdbox_web_save_cmd.py
cmdbox/app/features/web/cmdbox_web_save_pipe.py
cmdbox/app/features/web/cmdbox_web_signin.py
cmdbox/app/features/web/cmdbox_web_user_data.py
cmdbox/app/features/web/cmdbox_web_users.py
cmdbox/app/features/web/cmdbox_web_usesignout.py
cmdbox/app/features/web/cmdbox_web_versions_cmdbox.py
cmdbox/app/features/web/cmdbox_web_versions_used.py
cmdbox/extensions/features.yml
cmdbox/extensions/user_list.yml
cmdbox/extensions/sample_project/requirements.txt
cmdbox/extensions/sample_project/.vscode/launch.json
cmdbox/extensions/sample_project/sample/__init__.py
cmdbox/extensions/sample_project/sample/__main__.py
cmdbox/extensions/sample_project/sample/logconf_sample.yml
cmdbox/extensions/sample_project/sample/version.py
cmdbox/extensions/sample_project/sample/app/app.py
cmdbox/extensions/sample_project/sample/app/features/cli/__init__.py
cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py
cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py
cmdbox/extensions/sample_project/sample/app/features/web/__init__.py
cmdbox/extensions/sample_project/sample/extensions/features.yml
cmdbox/extensions/sample_project/sample/extensions/user_list.yml
cmdbox/extensions/sample_project/sample/web/assets/sample/favicon.ico
cmdbox/extensions/sample_project/sample/web/assets/sample/icon.png
cmdbox/licenses/LICENSE_Authlib_1_6_0_BSD_License.txt
cmdbox/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt
cmdbox/licenses/LICENSE_MarkupSafe_3_0_2_BSD_License.txt
cmdbox/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt
cmdbox/licenses/LICENSE_PyYAML_6_0_2_MIT_License.txt
cmdbox/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt
cmdbox/licenses/LICENSE_SQLAlchemy_2_0_41_MIT.txt
cmdbox/licenses/LICENSE_Sphinx_8_2_3_UNKNOWN.txt
cmdbox/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt
cmdbox/licenses/LICENSE_aiohttp_3_12_13_Apache-2_0.txt
cmdbox/licenses/LICENSE_aiosignal_1_3_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt
cmdbox/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt
cmdbox/licenses/LICENSE_anyio_4_9_0_MIT_License.txt
cmdbox/licenses/LICENSE_argcomplete_3_6_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_attrs_25_3_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_babel_2_17_0_BSD_License.txt
cmdbox/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt
cmdbox/licenses/LICENSE_cachetools_5_5_2_MIT_License.txt
cmdbox/licenses/LICENSE_certifi_2025_6_15_Mozilla_Public_License_2_0-MPL_2_0.txt
cmdbox/licenses/LICENSE_cffi_1_17_1_MIT_License.txt
cmdbox/licenses/LICENSE_charset-normalizer_3_4_2_MIT_License.txt
cmdbox/licenses/LICENSE_click_8_2_1_UNKNOWN.txt
cmdbox/licenses/LICENSE_cloudpickle_3_1_1_BSD_License.txt
cmdbox/licenses/LICENSE_colorama_0_4_6_BSD_License.txt
cmdbox/licenses/LICENSE_cryptography_45_0_4_Apache-2_0_OR_BSD-3-Clause.txt
cmdbox/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_dnspython_2_7_0_ISC_License-ISCL.txt
cmdbox/licenses/LICENSE_docstring_parser_0_16_MIT_License.txt
cmdbox/licenses/LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt
cmdbox/licenses/LICENSE_email_validator_2_2_0_The_Unlicense-Unlicense.txt
cmdbox/licenses/LICENSE_exceptiongroup_1_3_0_MIT_License.txt
cmdbox/licenses/LICENSE_fastapi_0_115_14_MIT_License.txt
cmdbox/licenses/LICENSE_fastmcp_2_10_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_filelock_3_18_0_The_Unlicense-Unlicense.txt
cmdbox/licenses/LICENSE_frozenlist_1_7_0_Apache-2_0.txt
cmdbox/licenses/LICENSE_fsspec_2025_5_1_BSD_License.txt
cmdbox/licenses/LICENSE_gevent_25_5_1_MIT.txt
cmdbox/licenses/LICENSE_google-adk_1_5_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-api-core_2_25_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-api-python-client_2_174_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-auth-httplib2_0_2_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-auth_2_40_3_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-aiplatform_1_100_0_Apache_2_0.txt
cmdbox/licenses/LICENSE_google-cloud-appengine-logging_1_6_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-audit-log_0_3_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-bigquery_3_34_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-core_2_4_3_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-logging_3_12_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-resource-manager_1_14_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-secret-manager_2_24_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-speech_2_33_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-storage_2_19_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-cloud-trace_1_16_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-crc32c_1_7_1_Apache_2_0.txt
cmdbox/licenses/LICENSE_google-genai_1_23_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_google-resumable-media_2_7_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_googleapis-common-protos_1_70_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_graphviz_0_21_UNKNOWN.txt
cmdbox/licenses/LICENSE_greenlet_3_2_3_MIT_AND_Python-2_0.txt
cmdbox/licenses/LICENSE_grpc-google-iam-v1_0_14_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_grpcio-status_1_73_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_grpcio_1_73_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt
cmdbox/licenses/LICENSE_h11_0_16_0_MIT_License.txt
cmdbox/licenses/LICENSE_httpcore_1_0_9_BSD_License.txt
cmdbox/licenses/LICENSE_httplib2_0_22_0_MIT_License.txt
cmdbox/licenses/LICENSE_httptools_0_6_4_MIT_License.txt
cmdbox/licenses/LICENSE_httpx-sse_0_4_1_MIT.txt
cmdbox/licenses/LICENSE_httpx_0_28_1_BSD_License.txt
cmdbox/licenses/LICENSE_huggingface-hub_0_33_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_idna_3_10_BSD_License.txt
cmdbox/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt
cmdbox/licenses/LICENSE_importlib_metadata_8_7_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt
cmdbox/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt
cmdbox/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt
cmdbox/licenses/LICENSE_jaraco_functools_4_2_1_UNKNOWN.txt
cmdbox/licenses/LICENSE_jiter_0_10_0_MIT_License.txt
cmdbox/licenses/LICENSE_jsonschema-specifications_2025_4_1_UNKNOWN.txt
cmdbox/licenses/LICENSE_jsonschema_4_24_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_keyring_25_6_0_MIT_License.txt
cmdbox/licenses/LICENSE_litellm_1_73_6_MIT_License.txt
cmdbox/licenses/LICENSE_markdown-it-py_3_0_0_MIT_License.txt
cmdbox/licenses/LICENSE_mcp_1_10_1_MIT_License.txt
cmdbox/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt
cmdbox/licenses/LICENSE_more-itertools_10_7_0_MIT_License.txt
cmdbox/licenses/LICENSE_multidict_6_6_2_Apache_License_2_0.txt
cmdbox/licenses/LICENSE_nh3_0_2_21_MIT.txt
cmdbox/licenses/LICENSE_numpy_2_3_1_BSD_License.txt
cmdbox/licenses/LICENSE_openai_1_93_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt
cmdbox/licenses/LICENSE_opentelemetry-api_1_34_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_9_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_9_0a0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_opentelemetry-sdk_1_34_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_opentelemetry-semantic-conventions_0_55b1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt
cmdbox/licenses/LICENSE_pillow_11_2_1_UNKNOWN.txt
cmdbox/licenses/LICENSE_pip_24_0_MIT_License.txt
cmdbox/licenses/LICENSE_plyer_2_1_0_MIT_License.txt
cmdbox/licenses/LICENSE_prettytable_3_16_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_prompt_toolkit_3_0_51_BSD_License.txt
cmdbox/licenses/LICENSE_propcache_0_3_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_proto-plus_1_26_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_protobuf_6_31_1_3-Clause_BSD_License.txt
cmdbox/licenses/LICENSE_psycopg-binary_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
cmdbox/licenses/LICENSE_psycopg_3_2_9_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
cmdbox/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt
cmdbox/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt
cmdbox/licenses/LICENSE_pycparser_2_22_BSD_License.txt
cmdbox/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt
cmdbox/licenses/LICENSE_pydantic-settings_2_10_1_MIT_License.txt
cmdbox/licenses/LICENSE_pydantic_2_11_7_MIT_License.txt
cmdbox/licenses/LICENSE_pydantic_core_2_33_2_MIT_License.txt
cmdbox/licenses/LICENSE_pyparsing_3_2_3_MIT_License.txt
cmdbox/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
cmdbox/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt
cmdbox/licenses/LICENSE_python-dotenv_1_1_1_BSD_License.txt
cmdbox/licenses/LICENSE_python-multipart_0_0_20_Apache_Software_License.txt
cmdbox/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt
cmdbox/licenses/LICENSE_questionary_2_1_0_MIT_License.txt
cmdbox/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_redis_6_2_0_MIT_License.txt
cmdbox/licenses/LICENSE_referencing_0_36_2_UNKNOWN.txt
cmdbox/licenses/LICENSE_regex_2024_11_6_Apache_Software_License.txt
cmdbox/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_requests_2_32_4_Apache_Software_License.txt
cmdbox/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_rich_14_0_0_MIT_License.txt
cmdbox/licenses/LICENSE_roman-numerals-py_3_1_0_CC0_1_0_Universal-CC0_1_0-Public_Domain_Dedication-Zero-Clause_BSD-0BSD.txt
cmdbox/licenses/LICENSE_rpds-py_0_25_1_MIT.txt
cmdbox/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt
cmdbox/licenses/LICENSE_shapely_2_1_1_BSD_License.txt
cmdbox/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt
cmdbox/licenses/LICENSE_six_1_17_0_MIT_License.txt
cmdbox/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt
cmdbox/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt
cmdbox/licenses/LICENSE_sphinx-intl_2_3_1_BSD_License.txt
cmdbox/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt
cmdbox/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt
cmdbox/licenses/LICENSE_sphinx-sitemap_2_7_2_UNKNOWN.txt
cmdbox/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt
cmdbox/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt
cmdbox/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt
cmdbox/licenses/LICENSE_sse-starlette_2_3_6_BSD_License.txt
cmdbox/licenses/LICENSE_starlette_0_46_2_BSD_License.txt
cmdbox/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt
cmdbox/licenses/LICENSE_tenacity_8_5_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_tiktoken_0_9_0_MIT_License-Copyright-c-2022_OpenAI-Shantanu_Jain-Permission_is_hereby_granted-free_of_charge-to_any_pers.txt
cmdbox/licenses/LICENSE_tokenizers_0_21_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_tomli_2_2_1_MIT_License.txt
cmdbox/licenses/LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt
cmdbox/licenses/LICENSE_twine_6_1_0_Apache_Software_License.txt
cmdbox/licenses/LICENSE_typer_0_16_0_MIT_License.txt
cmdbox/licenses/LICENSE_typing-inspection_0_4_1_UNKNOWN.txt
cmdbox/licenses/LICENSE_typing_extensions_4_14_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_tzdata_2025_2_Apache_Software_License.txt
cmdbox/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt
cmdbox/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt
cmdbox/licenses/LICENSE_urllib3_2_5_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_uvicorn_0_35_0_BSD_License.txt
cmdbox/licenses/LICENSE_watchfiles_1_1_0_MIT_License.txt
cmdbox/licenses/LICENSE_wcwidth_0_2_13_MIT_License.txt
cmdbox/licenses/LICENSE_websockets_15_0_1_BSD_License.txt
cmdbox/licenses/LICENSE_wheel_0_45_1_MIT_License.txt
cmdbox/licenses/LICENSE_yarl_1_20_1_Apache_Software_License.txt
cmdbox/licenses/LICENSE_zipp_3_23_0_UNKNOWN.txt
cmdbox/licenses/LICENSE_zope_event_5_1_Zope_Public_License.txt
cmdbox/licenses/LICENSE_zope_interface_7_2_Zope_Public_License.txt
cmdbox/licenses/files.txt
cmdbox/web/agent.html
cmdbox/web/assets_license_list.txt
cmdbox/web/audit.html
cmdbox/web/filer.html
cmdbox/web/gui.html
cmdbox/web/result.html
cmdbox/web/signin.html
cmdbox/web/users.html
cmdbox/web/assets/apexcharts/apexcharts.css
cmdbox/web/assets/apexcharts/apexcharts.min.js
cmdbox/web/assets/bootstrap/bootstrap.bundle.min.5.3.0.js
cmdbox/web/assets/bootstrap/bootstrap.min.5.3.0.css
cmdbox/web/assets/cmdbox/agent.js
cmdbox/web/assets/cmdbox/audit.js
cmdbox/web/assets/cmdbox/color_mode.css
cmdbox/web/assets/cmdbox/common.js
cmdbox/web/assets/cmdbox/favicon.ico
cmdbox/web/assets/cmdbox/filer_modal.js
cmdbox/web/assets/cmdbox/icon.png
cmdbox/web/assets/cmdbox/list_cmd.js
cmdbox/web/assets/cmdbox/list_pipe.js
cmdbox/web/assets/cmdbox/main.js
cmdbox/web/assets/cmdbox/open_capture.js
cmdbox/web/assets/cmdbox/open_output_json.js
cmdbox/web/assets/cmdbox/result.js
cmdbox/web/assets/cmdbox/signin.js
cmdbox/web/assets/cmdbox/svgicon.js
cmdbox/web/assets/cmdbox/users.js
cmdbox/web/assets/cmdbox/view_raw.js
cmdbox/web/assets/cmdbox/view_result.js
cmdbox/web/assets/encodingjs/LICENSE.txt
cmdbox/web/assets/encodingjs/encoding.js
cmdbox/web/assets/encodingjs/encoding.min.js
cmdbox/web/assets/filer/filer.js
cmdbox/web/assets/filer/main.css
cmdbox/web/assets/filer/main.js
cmdbox/web/assets/highlight/default.css
cmdbox/web/assets/highlight/highlight.min.js
cmdbox/web/assets/highlight/styles/tokyo-night-dark.min.css
cmdbox/web/assets/jquery/jquery.min.3.2.0.js
cmdbox/web/assets/jquery-linedtextarea/README.md
cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea-license.txt
cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.css
cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.html
cmdbox/web/assets/jquery-linedtextarea/jquery-linedtextarea.js
cmdbox/web/assets/jquery-resizable/jquery-resizable.min.js
cmdbox/web/assets/jquery-ui/AUTHORS.txt
cmdbox/web/assets/jquery-ui/LICENSE.txt
cmdbox/web/assets/jquery-ui/jquery-ui.min.css
cmdbox/web/assets/jquery-ui/jquery-ui.min.js
cmdbox/web/assets/jquery-ui/jquery-ui.structure.min.css
cmdbox/web/assets/jquery-ui/jquery-ui.theme.min.css
cmdbox/web/assets/jquery-ui/package.json
cmdbox/web/assets/jquery-ui/images/ui-icons_444444_256x240.png
cmdbox/web/assets/jquery-ui/images/ui-icons_555555_256x240.png
cmdbox/web/assets/jquery-ui/images/ui-icons_777620_256x240.png
cmdbox/web/assets/jquery-ui/images/ui-icons_777777_256x240.png
cmdbox/web/assets/jquery-ui/images/ui-icons_cc0000_256x240.png
cmdbox/web/assets/jquery-ui/images/ui-icons_ffffff_256x240.png
cmdbox/web/assets/lightbox2/css/lightbox.min.css
cmdbox/web/assets/lightbox2/images/close.png
cmdbox/web/assets/lightbox2/images/loading.gif
cmdbox/web/assets/lightbox2/images/next.png
cmdbox/web/assets/lightbox2/images/prev.png
cmdbox/web/assets/lightbox2/js/lightbox.min.js
cmdbox/web/assets/split-pane/split-pane.css
cmdbox/web/assets/split-pane/split-pane.js
cmdbox/web/assets/tree-menu/css/tree-menu.css
cmdbox/web/assets/tree-menu/image/file.png
cmdbox/web/assets/tree-menu/image/folder-close.png
cmdbox/web/assets/tree-menu/image/folder-open.png
cmdbox/web/assets/tree-menu/js/tree-menu.js