cloudfoundry / cloudfoundry/cf-java-client
Support Sharing Services in Operations
未关闭
还没有人认领这个 Issue。
client
enhancement
operations
triaged
- 主要语言
- Java
- 星标
- 334
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
New commands added in cf cli 6.35.0:
share-service - Share a service instance with another space
USAGE:
cf share-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG]
OPTIONS:
-o Org of the other space (Default: targeted org)
-s Space to share the service instance into```
And
```NAME:
unshare-service - Unshare a shared service instance from a space
USAGE:
cf unshare-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG] [-f]
OPTIONS:
-o Org of the other space (Default: targeted org)
-s Space to unshare the service instance from
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位客户端现有的服务实例操作,并将其命令映射与此处所示的 share-service 和 unshare-service 用法进行比较。验证服务实例、空间、组织以及 force 处理所支持的参数;完成的标准是两个操作都以一致的方式提供,并由项目现有的检查覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100