Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove proxied #1006

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ doc/*
!doc/doc.json
target
*.iml
git-statistics.sh
254 changes: 127 additions & 127 deletions dist/index.js

Large diffs are not rendered by default.

305 changes: 0 additions & 305 deletions docs/en/command/proxied.md

This file was deleted.

25 changes: 13 additions & 12 deletions docs/en/quick_start_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ category: 'Overview'

# Quick start

- [Tool installation](#Tool-installation)
- [Key Configuration](#Key-Configuration)
- [Create a test project](#Create-a-test-project)
- [Experience features](#Experience-features)
- [Quick start](#quick-start)
- [Tool installation](#tool-installation)
- [Key Configuration](#key-configuration)
- [Create a test project](#create-a-test-project)
- [Experience features](#experience-features)
- [deploy operation](#deploy-operation)
- [Invoke](#Invoke)
- [Local invoke](#Local-invoke)
- [Remote invoke](#Remote-invoke)
- [Observability](#Observability)
- [Query logs](#Query-logs)
- [Query metrics](#Query-metrics)
- [Commands](#Commands)
- [Invoke](#invoke)
- [Local invoke](#local-invoke)
- [Remote invoke](#remote-invoke)
- [Observability](#observability)
- [Query logs](#query-logs)
- [Query metrics](#query-metrics)
- [Commands](#commands)

## Tool installation
- Step 1: Install Node.js (>=10.8.0) and NPM package management tool;
Expand Down Expand Up @@ -249,7 +250,7 @@ For more information about commands, see the command help document.
| ------------------------------- | ----------------------------- | --------------------------------- | --------------------------------- | --------------------------- |
| [**deploy**](command/deploy.md) | [metrics](command/metrics.md) | [**local**](command/local.md) | [**version**](command/version.md) | [**nas**](command/nas.md) |
| [**build**](command/build.md) | [logs](command/logs.md) | [invoke](command/invoke.md) | [**alias**](command/alias.md) | [info](command/info.md) |
| [remove](command/remove.md) | | [**proxied**](command/proxied.md) | [provision](command/provision.md) | [**sync**](command/sync.md) |
| [remove](command/remove.md) | | | [provision](command/provision.md) | [**sync**](command/sync.md) |
| | | [instance](command/instance.md) | [ondemand](command/ondemand.md) | [stress](command/stress.md) |
| | | | [layer](command/layer.md) | [fun2s](command/fun2s.md) |
| | | | | [api](command/api.md) |
Expand Down
4 changes: 2 additions & 2 deletions docs/en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ category: 'Overview'
- **Security release**: automatically detects the changes in functions.
- **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).
- **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).
- **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).
- **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).
# Quick start

🙋 To use the FC component, perform the following steps:
Expand All @@ -48,7 +48,7 @@ The following table lists the commands that are supported by the FC component:
| ---------------------------------- | -------------------------------- | ------------------------------------ | ------------------------------------ | -------------------------------------------- |
| [**deploy**](command/deploy.md) | [metrics](command/metrics.md) | [**local**](command/local.md) | [**version**](command/version.md) | [**nas**](command/nas.md) |
| [**build**](command/build.md) | [logs](command/logs.md) | [invoke](command/invoke.md) | [**alias**](command/alias.md) | [fun2s](command/fun2s.md) |
| [remove](command/remove.md) | | [**proxied**](command/proxied.md) | [provision](command/provision.md) | [info](command/info.md) |
| [remove](command/remove.md) | | | [provision](command/provision.md) | [info](command/info.md) |
| [plan](command/plan.md) | | [instance](command/instance.md) | [ondemand](command/ondemand.md) | [**sync**](command/sync.md) |
| | | | [layer](command/layer.md) | [stress](command/stress.md) |
| | | | | [api (to be supported)](command/api.md) |
Expand Down
14 changes: 7 additions & 7 deletions docs/en/vs_fun_fcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ category: 'Overview'
---
# Compare among Serverless Devs, Function Compute command line interface (fcli), and Funcraft

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


## Format comparison
Expand Down Expand Up @@ -42,7 +43,6 @@ category: 'Overview'
| provision operation | ✅ | 🙅 | 🙅️ |
| ondemand operation | ✅ | 🙅 | 🙅️ |
| layer operation | ✅ | 🙅 | 🙅️ |
| proxied operation | ✅ | 🙅 | 🙅️ |
| stress operation | ✅ | 🙅 | 🙅️ |
| Remote debugging | ✅ | 🙅 | 🙅️ |
| Function exception awareness | ✅ | 🙅 | 🙅️ |
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- **安全发布**:通过其他形式对函数进行变更,组件可以感知并安全更新;
- **快速集成**:借助于 Serverless Devs 的集成性和被集成性,可以与常见的 [CI/CD 平台工具](https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/zh/cicd.md) 等集成;
- **可观测性**:拥有完善的可观测性,在客户端可以通过[指标查询 metrics](zh/command/metrics.md) 以及[日志查询 logs](zh/command/logs.md) 等命令,进行业务的数据指标、执行日志等多重维度观测;
- **多模调试**:提出了多模调试方案,可以同时满足开发态、运维态的不同调试需求;包括[本地运行](zh/command/local.md)、[在线运行](zh/command/invoke.md)、[端云联调](zh/command/proxied.md)等功能;
- **多模调试**:提出了多模调试方案,可以同时满足开发态、运维态的不同调试需求;包括[本地运行](zh/command/local.md)、[在线运行](zh/command/invoke.md)等功能;

# 快速开始

Expand All @@ -45,7 +45,7 @@
| --- | --- | --- |--- | --- |
| [**部署 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) |
| [**构建 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) |
| [移除 remove](zh/command/remove.md) | | [**端云联调 proxied**](zh/command/proxied.md) | [预留 provision](zh/command/provision.md) | [查看函数 info](zh/command/info.md) |
| [移除 remove](zh/command/remove.md) | | | [预留 provision](zh/command/provision.md) | [查看函数 info](zh/command/info.md) |
| [计划变更 plan](zh/command/plan.md) | | [实例登录 instance](zh/command/instance.md) | [按量资源 ondemand](zh/command/ondemand.md) | [**资源同步 sync**](zh/command/sync.md) |
| | | | [层 layer](zh/command/layer.md) | [压测 stress](zh/command/stress.md) |
| | | | | [API调用 api](zh/command/api.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- **Security release**: automatically detects the changes in functions.
- **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).
- **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).
- **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).
- **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).
# Quick start

🙋 To use the FC component, perform the following steps:
Expand All @@ -45,7 +45,7 @@ The following table lists the commands that are supported by the FC component:
| ---------------------------------- | -------------------------------- | ------------------------------------ | ------------------------------------ | -------------------------------------------- |
| [**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) |
| [**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) |
| [remove](en/command/remove.md) | | [**proxied**](en/command/proxied.md) | [provision](en/command/provision.md) | [info](en/command/info.md) |
| [remove](en/command/remove.md) | | | [provision](en/command/provision.md) | [info](en/command/info.md) |
| [plan](en/command/plan.md) | | [instance](en/command/instance.md) | [ondemand](en/command/ondemand.md) | [**sync**](en/command/sync.md) |
| | | | [layer](en/command/layer.md) | [stress](en/command/stress.md) |
| | | | | [api](en/command/api.md) |
Expand Down
Loading
Loading