dynamist / dynamist/phabfive

Differentiate between hidden and visible URIs

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
app:diffusion enhancement
Dominant language
Python
Stars
6
Forks
3
Avg merge
2h 18m
Merged PRs (30d)
8

Description

### Environment
* Phabfive version:
* Python version:

### Proposed Functionality

Phabfive currently does not make a difference between hidden and visible URIs.

```
$ phabfive diffusion uri list kubespray
git@github.com:dynamist/kubespray.git
ssh://.../dynamist/kubespray.git
ssh://.../dynamist/kubespray_b.git
```

Suggested new cli behaviour

```
$ phabfive diffusion uri list kubespray
git@github.com:dynamist/kubespray.git

$ phabfive diffusion uri list hidden kubespray
ssh://.../dynamist/kubespray.git
ssh://.../dynamist/kubespray_b.git
```

Suggested docopt: `phabfive diffusion uri list [(visible || hidden || all)] [options]`

Examples might not be exact replicas of suggested input/output.

### Use Case

### Other?

None

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.