forked from sofastack/sofa-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,944 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
test: | ||
go test ./... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.