Skip to content

Commit

Permalink
merge master into feature.arklet_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomorJM committed Sep 6, 2023
2 parents 01f9343 + 9d5a229 commit 58378b0
Show file tree
Hide file tree
Showing 19 changed files with 1,944 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arkctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
go test ./...
29 changes: 29 additions & 0 deletions arkctl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# arkctl dev tool

## 1. Installation

arkctl is a sub-project of the SOFAStack/sofa-serverless ecosystem. It provides developers with convenient application template creation, tool installation, interface debugging and other functions to improve users' R&D efficiency.

Execute the following command to install arkctl to $GOPATH/bin

```
go install serverless.alipay.com/sofa-serverless/v1/arkctl@latest
```

## 2. Feature Overview

arkctl supports the following capabilities

- Create an serverless app in the current directory

```
arkctl newServerlessApp .
```

## 3. Feature Details

### 3.1 Demo App Introduction

#### 3.1.1 Create Demo

#### 3.1.2 Run The Demo
Loading

0 comments on commit 58378b0

Please sign in to comment.