Replies: 1 comment 1 reply
-
源的引入:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
希望CLI可以是更加轻量化的一个工具,不再提供GUI和应用中心相关操作,CLI单纯作为一个Serverless CLI Framework。
改动内容主要包括:
指令的修改
指令的修改包括:
当用户使用init的时候,系统会优先检测是不是一个地址,如果是github地址,则会init,如果不是github地址,则会判断是否有源,如果没有则会提醒配置源,如果有则会使用源
会判断是否有源,如果没有则会提醒配置源,如果有则会使用源来进行search
s set shub
逻辑变更
优先源,再使用github
优先源,再使用github
Beta Was this translation helpful? Give feedback.
All reactions