支持针对组件实现缓存功能,同时提供checkout、clean、list等功能
添加一个repo缓存
- name(可选)
- repo
pod sandbox add #{name} #{ssh://xxxx.git}
从缓存中拉出一份最新代码 ,支持定制分支,以及checkout路径
- repo
- --branch (可选)
- --path(可选)
pod sandbox checkout #{ssh://xxxx.git} --branch=master --path=/User/xxx/..
清理缓存管理
- --all(可选)
- --name(可选)
- --repo(可选)
任何参数不加,默认清理全部
pod sandbox clean
- name(可选)
不加name,打印出所有已缓存的组件以及sshUrl
pod sandbox list #{name}