You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)] <repo> [options]
Examples might not be exact replicas of suggested input/output.
Use Case
Other?
None
The text was updated successfully, but these errors were encountered:
Environment
Proposed Functionality
Phabfive currently does not make a difference between hidden and visible URIs.
Suggested new cli behaviour
Suggested docopt:
phabfive diffusion uri list [(visible || hidden || all)] <repo> [options]
Examples might not be exact replicas of suggested input/output.
Use Case
Other?
None
The text was updated successfully, but these errors were encountered: