MANIFEST.in
README.md
README.rst
requirements.txt
setup.cfg
setup.py
scf.egg-info/PKG-INFO
scf.egg-info/SOURCES.txt
scf.egg-info/dependency_links.txt
scf.egg-info/entry_points.txt
scf.egg-info/requires.txt
scf.egg-info/top_level.txt
tcfcli/__init__.py
tcfcli/cmds/__init__.py
tcfcli/cmds/cli/__init__.py
tcfcli/cmds/cli/cli.py
tcfcli/cmds/configure/__init__.py
tcfcli/cmds/configure/cli.py
tcfcli/cmds/configure/add/__init__.py
tcfcli/cmds/configure/add/cli.py
tcfcli/cmds/configure/change/__init__.py
tcfcli/cmds/configure/change/cli.py
tcfcli/cmds/configure/get/__init__.py
tcfcli/cmds/configure/get/cli.py
tcfcli/cmds/configure/set/__init__.py
tcfcli/cmds/configure/set/cli.py
tcfcli/cmds/deploy/__init__.py
tcfcli/cmds/deploy/cli.py
tcfcli/cmds/deploy/new_cli.py
tcfcli/cmds/eventdata/__init__.py
tcfcli/cmds/eventdata/cli.py
tcfcli/cmds/eventdata/get/__init__.py
tcfcli/cmds/eventdata/get/cli.py
tcfcli/cmds/eventdata/list/__init__.py
tcfcli/cmds/eventdata/list/cli.py
tcfcli/cmds/eventdata/update/__init__.py
tcfcli/cmds/eventdata/update/cli.py
tcfcli/cmds/function/__init__.py
tcfcli/cmds/function/cli.py
tcfcli/cmds/function/delete/__init__.py
tcfcli/cmds/function/delete/cli.py
tcfcli/cmds/function/information/__init__.py
tcfcli/cmds/function/information/cli.py
tcfcli/cmds/function/list/__init__.py
tcfcli/cmds/function/list/cli.py
tcfcli/cmds/init/__init__.py
tcfcli/cmds/init/cli.py
tcfcli/cmds/init/templates/tcf-demo-go1/LICENSE
tcfcli/cmds/init/templates/tcf-demo-go1/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-go1/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-go1/{{cookiecutter.project_name}}/Makefile
tcfcli/cmds/init/templates/tcf-demo-go1/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-go1/{{cookiecutter.project_name}}/index.go
tcfcli/cmds/init/templates/tcf-demo-go1/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/LICENSE
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/{{cookiecutter.project_name}}/index.js
tcfcli/cmds/init/templates/tcf-demo-nodejs6.10/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/LICENSE
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/LICENSE
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/index.js
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/node_modules.zip
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/package.json
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9-service/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/{{cookiecutter.project_name}}/index.js
tcfcli/cmds/init/templates/tcf-demo-nodejs8.9/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/init/templates/tcf-demo-php/LICENSE
tcfcli/cmds/init/templates/tcf-demo-php/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-php/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-php/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-php/{{cookiecutter.project_name}}/index.php
tcfcli/cmds/init/templates/tcf-demo-php/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/init/templates/tcf-demo-python/LICENSE
tcfcli/cmds/init/templates/tcf-demo-python/cookiecutter.json
tcfcli/cmds/init/templates/tcf-demo-python/{{cookiecutter.project_name}}/.gitignore
tcfcli/cmds/init/templates/tcf-demo-python/{{cookiecutter.project_name}}/README.md
tcfcli/cmds/init/templates/tcf-demo-python/{{cookiecutter.project_name}}/index.py
tcfcli/cmds/init/templates/tcf-demo-python/{{cookiecutter.project_name}}/template.yaml
tcfcli/cmds/local/__init__.py
tcfcli/cmds/local/cli.py
tcfcli/cmds/local/common/__init__.py
tcfcli/cmds/local/common/invoke_context.py
tcfcli/cmds/local/common/options.py
tcfcli/cmds/local/generate_event/__init__.py
tcfcli/cmds/local/generate_event/cli.py
tcfcli/cmds/local/generate_event/events_metadata.py
tcfcli/cmds/local/generate_event/generate_event_action.py
tcfcli/cmds/local/generate_event/generate_event_service.py
tcfcli/cmds/local/generate_event/events/apigateway/proxy.js
tcfcli/cmds/local/generate_event/events/ckafka/consume.js
tcfcli/cmds/local/generate_event/events/cmq/notify.js
tcfcli/cmds/local/generate_event/events/cos/delete.js
tcfcli/cmds/local/generate_event/events/cos/post.js
tcfcli/cmds/local/generate_event/events/cos/put.js
tcfcli/cmds/local/generate_event/events/timer/timeout.js
tcfcli/cmds/local/invoke/__init__.py
tcfcli/cmds/local/invoke/cli.py
tcfcli/cmds/local/libs/__init__.py
tcfcli/cmds/local/libs/apigw/__init__.py
tcfcli/cmds/local/libs/apigw/api_service.py
tcfcli/cmds/local/libs/apigw/error_response.py
tcfcli/cmds/local/libs/apigw/local_service.py
tcfcli/cmds/local/libs/apigw/path_converter.py
tcfcli/cmds/local/libs/docker/__init__.py
tcfcli/cmds/local/libs/docker/attach_api.py
tcfcli/cmds/local/libs/docker/container.py
tcfcli/cmds/local/libs/docker/manager.py
tcfcli/cmds/local/libs/docker/utils.py
tcfcli/cmds/local/libs/events/__init__.py
tcfcli/cmds/local/libs/events/api.py
tcfcli/cmds/local/libs/local/__init__.py
tcfcli/cmds/local/libs/local/debug_context.py
tcfcli/cmds/local/libs/local/local_runtime.py
tcfcli/cmds/local/libs/local/local_runtime_manager.py
tcfcli/cmds/local/start_api/__init__.py
tcfcli/cmds/local/start_api/cli.py
tcfcli/cmds/logs/__init__.py
tcfcli/cmds/logs/cli.py
tcfcli/cmds/native/__init__.py
tcfcli/cmds/native/cli.py
tcfcli/cmds/native/common/__init__.py
tcfcli/cmds/native/common/debug_context.py
tcfcli/cmds/native/common/invoke_context.py
tcfcli/cmds/native/common/runtime.py
tcfcli/cmds/native/common/start_api_context.py
tcfcli/cmds/native/common/runtime/nodejs6.10/bootstrap.js
tcfcli/cmds/native/common/runtime/nodejs6.10/runtime.js
tcfcli/cmds/native/common/runtime/nodejs8.9/bootstrap.js
tcfcli/cmds/native/common/runtime/nodejs8.9/runtime.js
tcfcli/cmds/native/common/runtime/python2.7/bootstrap.py
tcfcli/cmds/native/common/runtime/python2.7/runtime.py
tcfcli/cmds/native/common/runtime/python2.7/pstool/__init__.py
tcfcli/cmds/native/common/runtime/python2.7/pstool/winps.py
tcfcli/cmds/native/common/runtime/python3.6/bootstrap.py
tcfcli/cmds/native/common/runtime/python3.6/runtime.py
tcfcli/cmds/native/common/runtime/python3.6/pstool/__init__.py
tcfcli/cmds/native/common/runtime/python3.6/pstool/winps.py
tcfcli/cmds/native/generate_event/__init__.py
tcfcli/cmds/native/generate_event/cli.py
tcfcli/cmds/native/invoke/__init__.py
tcfcli/cmds/native/invoke/cli.py
tcfcli/cmds/native/startapi/__init__.py
tcfcli/cmds/native/startapi/cli.py
tcfcli/cmds/remote/__init__.py
tcfcli/cmds/remote/cli.py
tcfcli/cmds/remote/invoke/__init__.py
tcfcli/cmds/remote/invoke/cli.py
tcfcli/cmds/stat/__init__.py
tcfcli/cmds/stat/cli.py
tcfcli/cmds/validate/__init__.py
tcfcli/cmds/validate/cli.py
tcfcli/common/__init__.py
tcfcli/common/base_infor.py
tcfcli/common/cam_role.py
tcfcli/common/daily_task.py
tcfcli/common/file_util.py
tcfcli/common/gitignore.py
tcfcli/common/macro.py
tcfcli/common/operation_msg.py
tcfcli/common/report_use_infos.py
tcfcli/common/statistics.py
tcfcli/common/template.py
tcfcli/common/user_config.py
tcfcli/common/user_exceptions.py
tcfcli/common/scf_client/__init__.py
tcfcli/common/scf_client/scf_log_client.py
tcfcli/common/scf_client/scf_report_client.py
tcfcli/common/scf_client/scf_service_models.py
tcfcli/common/tcsam/__init__.py
tcfcli/common/tcsam/event.py
tcfcli/common/tcsam/exception.py
tcfcli/common/tcsam/function.py
tcfcli/common/tcsam/glob.py
tcfcli/common/tcsam/namespace.py
tcfcli/common/tcsam/resource.py
tcfcli/common/tcsam/tcsam_macro.py
tcfcli/common/tcsam/tcsam_schema.py
tcfcli/common/tcsam/tcsam_util.py
tcfcli/help/__init__.py
tcfcli/help/message.py
tcfcli/libs/__init__.py
tcfcli/libs/apis/__init__.py
tcfcli/libs/apis/provider.py
tcfcli/libs/function/__init__.py
tcfcli/libs/function/context.py
tcfcli/libs/function/fam_function_provider.py
tcfcli/libs/function/function_config.py
tcfcli/libs/function/provider.py
tcfcli/libs/function/wrapper.py
tcfcli/libs/utils/__init__.py
tcfcli/libs/utils/cos_client.py
tcfcli/libs/utils/monitor_client.py
tcfcli/libs/utils/py_version.py
tcfcli/libs/utils/scf_client.py
tcfcli/libs/utils/yaml_parser.py
tcfcli/tests/__init__.py
tcfcli/tests/test_common.py
tcfcli/tests/test_configure.py
tcfcli/tests/test_deploy.py
tcfcli/tests/test_ignore.py
tcfcli/tests/test_init.py
tcfcli/tests/test_native.py