[SPVR-81] eru-cli to support files with user-specific permission and ownership#74
Merged
CMGS merged 3 commits intoprojecteru2:masterfrom Sep 30, 2021
Merged
[SPVR-81] eru-cli to support files with user-specific permission and ownership#74CMGS merged 3 commits intoprojecteru2:masterfrom
CMGS merged 3 commits intoprojecteru2:masterfrom
Conversation
…ssion and ownership
Contributor
Author
|
测了一下send / deploy / replace都没啥问题... 顺便单独提了个commit,把所有文件format了一下。所以review的时候看第一个commit就行了...不然文件太多了= = |
Contributor
Author
|
测了一下lambda也没啥问题... |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
eru-cli支持在workload send / deploy命令中指定文件的permission和ownership,格式为:
src_path:dst_path[:mode[:uid:gid]]
带方括号的表示可以不填。
一个疑问,lambda是否也要支持这个功能?