This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
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
- remove 'v1' after github repo address in case future independent release of this project.
- parse bizName and bizVersion automatically locally. - install on local arkcontainer
- warp ParseBizModel method for automatically generate bizName and bizVersion - add InstallBiz method - add UnInstallBiz method
1. rename rootCmd to RootCmd 2. add DeployCommand 3. complete the main logic of DeplopCommand 4. add custom context
- successfully run happypath in local environment
- remove arkctl dependency in kube pod environment. - add subBundlePath support. - add ark status command.
Hi @CodeNoobKing, welcome to SOFAStack community, Please sign Contributor License Agreement! After you signed CLA, we will automatically sync the status of this pull request in 3 minutes. |
lvjing2
reviewed
Nov 13, 2023
docs/content/zh-cn/docs/tutorials/module-development/module-dev-arkctl.md
Show resolved
Hide resolved
docs/content/zh-cn/docs/tutorials/module-development/module-dev-arkctl.md
Show resolved
Hide resolved
docs/content/zh-cn/docs/tutorials/module-development/module-dev-arkctl.md
Outdated
Show resolved
Hide resolved
…cording to the default arg
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #287 +/- ##
===========================================
+ Coverage 0 66.93% +66.93%
===========================================
Files 0 4 +4
Lines 0 245 +245
===========================================
+ Hits 0 164 +164
- Misses 0 66 +66
- Partials 0 15 +15 ☔ View full report in Codecov by Sentry. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
A tool to help developer quickly develop and test biz bundle locally.
Modification
Result
Resolved or fixed #278 #84