-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(portal): Web Shell支持跳转到文件编辑页面 #1102
Conversation
🦋 Changeset detectedLatest commit: 0aa04dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1102 +/- ##
=======================================
Coverage 68.42% 68.42%
=======================================
Files 144 144
Lines 4348 4348
Branches 587 587
=======================================
Hits 2975 2975
Misses 1248 1248
Partials 125 125 ☔ View full report in Codecov by Sentry. |
目前Web Shell支持的命令有
sopen
和sdown [文件名]
,sopen
用于跳转到文件系统的当前目录,sdown [文件名]
下载文件到本地。增加了
sedit [文件名]
命令,用于在Web Shell中直接跳转到指定文件的编辑页面。输入
sedit [文件名]
会跳转到对应文件的编辑页面:配置使用此功能请参考文档:配置->门户系统->Shell终端文件传输功能.