Skip to content

Commit aefe052

Browse files
authored
Merge pull request #1006 from devsapp/remove-proxied
remove proxied
2 parents 5ff0821 + 6335b57 commit aefe052

File tree

39 files changed

+35696
-1483
lines changed

39 files changed

+35696
-1483
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ doc/*
4646
!doc/doc.json
4747
target
4848
*.iml
49+
git-statistics.sh

dist/index.js

Lines changed: 127 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/command/proxied.md

Lines changed: 0 additions & 305 deletions
This file was deleted.

docs/en/quick_start_function.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ category: 'Overview'
77

88
# Quick start
99

10-
- [Tool installation](#Tool-installation)
11-
- [Key Configuration](#Key-Configuration)
12-
- [Create a test project](#Create-a-test-project)
13-
- [Experience features](#Experience-features)
10+
- [Quick start](#quick-start)
11+
- [Tool installation](#tool-installation)
12+
- [Key Configuration](#key-configuration)
13+
- [Create a test project](#create-a-test-project)
14+
- [Experience features](#experience-features)
1415
- [deploy operation](#deploy-operation)
15-
- [Invoke](#Invoke)
16-
- [Local invoke](#Local-invoke)
17-
- [Remote invoke](#Remote-invoke)
18-
- [Observability](#Observability)
19-
- [Query logs](#Query-logs)
20-
- [Query metrics](#Query-metrics)
21-
- [Commands](#Commands)
16+
- [Invoke](#invoke)
17+
- [Local invoke](#local-invoke)
18+
- [Remote invoke](#remote-invoke)
19+
- [Observability](#observability)
20+
- [Query logs](#query-logs)
21+
- [Query metrics](#query-metrics)
22+
- [Commands](#commands)
2223

2324
## Tool installation
2425
- Step 1: Install Node.js (>=10.8.0) and NPM package management tool;
@@ -249,7 +250,7 @@ For more information about commands, see the command help document.
249250
| ------------------------------- | ----------------------------- | --------------------------------- | --------------------------------- | --------------------------- |
250251
| [**deploy**](command/deploy.md) | [metrics](command/metrics.md) | [**local**](command/local.md) | [**version**](command/version.md) | [**nas**](command/nas.md) |
251252
| [**build**](command/build.md) | [logs](command/logs.md) | [invoke](command/invoke.md) | [**alias**](command/alias.md) | [info](command/info.md) |
252-
| [remove](command/remove.md) | | [**proxied**](command/proxied.md) | [provision](command/provision.md) | [**sync**](command/sync.md) |
253+
| [remove](command/remove.md) | | | [provision](command/provision.md) | [**sync**](command/sync.md) |
253254
| | | [instance](command/instance.md) | [ondemand](command/ondemand.md) | [stress](command/stress.md) |
254255
| | | | [layer](command/layer.md) | [fun2s](command/fun2s.md) |
255256
| | | | | [api](command/api.md) |

docs/en/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ category: 'Overview'
2626
- **Security release**: automatically detects the changes in functions.
2727
- **Quick integration**: integrates with common CI/CD tools. For more information, see [CI/CD tools](https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/en/cicd.md).
2828
- **Observability**: allows you to query metrics and logs on your client. For more information, see [Query metrics](command/metrics.md) and [Query logs](command/logs.md).
29-
- **Multi-mode debugging**: supports multi-mode debugging to meet different debugging requirements in the development state and O&M state. The modes include [local call](command/local.md), [remote debugging](command/invoke.md), and [cloud-terminal joint debugging](command/proxied.md).
29+
- **Multi-mode debugging**: supports multi-mode debugging to meet different debugging requirements in the development state and O&M state. The modes include [local call](command/local.md), [remote debugging](command/invoke.md).
3030
# Quick start
3131

3232
🙋 To use the FC component, perform the following steps:
@@ -48,7 +48,7 @@ The following table lists the commands that are supported by the FC component:
4848
| ---------------------------------- | -------------------------------- | ------------------------------------ | ------------------------------------ | -------------------------------------------- |
4949
| [**deploy**](command/deploy.md) | [metrics](command/metrics.md) | [**local**](command/local.md) | [**version**](command/version.md) | [**nas**](command/nas.md) |
5050
| [**build**](command/build.md) | [logs](command/logs.md) | [invoke](command/invoke.md) | [**alias**](command/alias.md) | [fun2s](command/fun2s.md) |
51-
| [remove](command/remove.md) | | [**proxied**](command/proxied.md) | [provision](command/provision.md) | [info](command/info.md) |
51+
| [remove](command/remove.md) | | | [provision](command/provision.md) | [info](command/info.md) |
5252
| [plan](command/plan.md) | | [instance](command/instance.md) | [ondemand](command/ondemand.md) | [**sync**](command/sync.md) |
5353
| | | | [layer](command/layer.md) | [stress](command/stress.md) |
5454
| | | | | [api (to be supported)](command/api.md) |

docs/en/vs_fun_fcli.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ category: 'Overview'
66
---
77
# Compare among Serverless Devs, Function Compute command line interface (fcli), and Funcraft
88

9-
- [Format comparison](#Format-comparison)
10-
- [Feature comparison](#Feature-comparison)
11-
- [Scenario comparison](#Scenario-comparison)
12-
- [Migration cases](#Migration-cases)
13-
- [Migrate resources from Funcraft to Serverless Devs](#Migrate-resources-from-Funcraft-to-Serverless-Devs)
14-
- [Migrate resources from fcli to Serverless Devs](#Migrate-resources-from-fcli-to-Serverless-Devs)
9+
- [Compare among Serverless Devs, Function Compute command line interface (fcli), and Funcraft](#compare-among-serverless-devs-function-compute-command-line-interface-fcli-and-funcraft)
10+
- [Format comparison](#format-comparison)
11+
- [Feature comparison](#feature-comparison)
12+
- [Scenario comparison](#scenario-comparison)
13+
- [Migration cases](#migration-cases)
14+
- [Migrate resources from Funcraft to Serverless Devs](#migrate-resources-from-funcraft-to-serverless-devs)
15+
- [Migrate resources from fcli to Serverless Devs](#migrate-resources-from-fcli-to-serverless-devs)
1516

1617

1718
## Format comparison
@@ -42,7 +43,6 @@ category: 'Overview'
4243
| provision operation || 🙅 | 🙅️ |
4344
| ondemand operation || 🙅 | 🙅️ |
4445
| layer operation || 🙅 | 🙅️ |
45-
| proxied operation || 🙅 | 🙅️ |
4646
| stress operation || 🙅 | 🙅️ |
4747
| Remote debugging || 🙅 | 🙅️ |
4848
| Function exception awareness || 🙅 | 🙅️ |

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- **安全发布**:通过其他形式对函数进行变更,组件可以感知并安全更新;
2525
- **快速集成**:借助于 Serverless Devs 的集成性和被集成性,可以与常见的 [CI/CD 平台工具](https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/zh/cicd.md) 等集成;
2626
- **可观测性**:拥有完善的可观测性,在客户端可以通过[指标查询 metrics](zh/command/metrics.md) 以及[日志查询 logs](zh/command/logs.md) 等命令,进行业务的数据指标、执行日志等多重维度观测;
27-
- **多模调试**:提出了多模调试方案,可以同时满足开发态、运维态的不同调试需求;包括[本地运行](zh/command/local.md)[在线运行](zh/command/invoke.md)[端云联调](zh/command/proxied.md)等功能;
27+
- **多模调试**:提出了多模调试方案,可以同时满足开发态、运维态的不同调试需求;包括[本地运行](zh/command/local.md)[在线运行](zh/command/invoke.md)等功能;
2828

2929
# 快速开始
3030

@@ -45,7 +45,7 @@
4545
| --- | --- | --- |--- | --- |
4646
| [**部署 deploy**](zh/command/deploy.md) | [指标查询 metrics](zh/command/metrics.md) | [**本地调用 local**](zh/command/local.md) | [**版本 version**](zh/command/version.md) | [**硬盘挂载 nas**](zh/command/nas.md) |
4747
| [**构建 build**](zh/command/build.md) | [日志查询 logs](zh/command/logs.md) | [函数触发 invoke](zh/command/invoke.md) | [**别名 alias**](zh/command/alias.md) | [Fun项目迁移 fun2s](zh/command/fun2s.md) |
48-
| [移除 remove](zh/command/remove.md) | | [**端云联调 proxied**](zh/command/proxied.md) | [预留 provision](zh/command/provision.md) | [查看函数 info](zh/command/info.md) |
48+
| [移除 remove](zh/command/remove.md) | | | [预留 provision](zh/command/provision.md) | [查看函数 info](zh/command/info.md) |
4949
| [计划变更 plan](zh/command/plan.md) | | [实例登录 instance](zh/command/instance.md) | [按量资源 ondemand](zh/command/ondemand.md) | [**资源同步 sync**](zh/command/sync.md) |
5050
| | | | [层 layer](zh/command/layer.md) | [压测 stress](zh/command/stress.md) |
5151
| | | | | [API调用 api](zh/command/api.md)

docs/readme_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- **Security release**: automatically detects the changes in functions.
2424
- **Quick integration**: integrates with common CI/CD tools. For more information, see [CI/CD tools](https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/en/cicd.md).
2525
- **Observability**: allows you to query metrics and logs on your client. For more information, see [Query metrics](en/command/metrics.md) and [Query logs](en/command/logs.md).
26-
- **Multi-mode debugging**: supports multi-mode debugging to meet different debugging requirements in the development state and O&M state. The modes include [local call](en/command/local.md), [remote debugging](en/command/invoke.md), and [cloud-terminal joint debugging](en/command/proxied.md).
26+
- **Multi-mode debugging**: supports multi-mode debugging to meet different debugging requirements in the development state and O&M state. The modes include [local call](en/command/local.md), [remote debugging](en/command/invoke.md).
2727
# Quick start
2828

2929
🙋 To use the FC component, perform the following steps:
@@ -45,7 +45,7 @@ The following table lists the commands that are supported by the FC component:
4545
| ---------------------------------- | -------------------------------- | ------------------------------------ | ------------------------------------ | -------------------------------------------- |
4646
| [**deploy**](en/command/deploy.md) | [metrics](en/command/metrics.md) | [**local**](en/command/local.md) | [**version**](en/command/version.md) | [**nas**](en/command/nas.md) |
4747
| [**build**](en/command/build.md) | [logs](en/command/logs.md) | [invoke](en/command/invoke.md) | [**alias**](en/command/alias.md) | [fun2s](en/command/fun2s.md) |
48-
| [remove](en/command/remove.md) | | [**proxied**](en/command/proxied.md) | [provision](en/command/provision.md) | [info](en/command/info.md) |
48+
| [remove](en/command/remove.md) | | | [provision](en/command/provision.md) | [info](en/command/info.md) |
4949
| [plan](en/command/plan.md) | | [instance](en/command/instance.md) | [ondemand](en/command/ondemand.md) | [**sync**](en/command/sync.md) |
5050
| | | | [layer](en/command/layer.md) | [stress](en/command/stress.md) |
5151
| | | | | [api](en/command/api.md) |

0 commit comments

Comments
 (0)