Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement remove of uri #34

Open
Grokzen opened this issue Jan 9, 2020 · 0 comments
Open

Implement remove of uri #34

Grokzen opened this issue Jan 9, 2020 · 0 comments
Labels
app:diffusion enhancement New feature or request

Comments

@Grokzen
Copy link
Contributor

Grokzen commented Jan 9, 2020

Environment

  • Phabfive version: 0.1.0
  • Python version: 3.6

Proposed Functionality

Current functionality

$ phabfive diffusion
Usage:
    phabfive diffusion repo list [(active || inactive || all)] [options]
    phabfive diffusion repo create <name> [options]
    phabfive diffusion uri create (--observe || --mirror) (<credential>) <repo> <uri> [options]
    phabfive diffusion uri list <repo> [options]
    phabfive diffusion branch list <repo> [options]

Implement following behaviour

$ phabfive diffusion uri remove REPO https://foo/bar.git
Removed https://foo/bar.git from REPO

$ echo $?
0

$ phabfive diffusion uri remove REPO https://foo/non-existant.git
Unable to remove non-existant https://foo/non-existant.git from REPO

$ echo $?
0

Use Case

Enable ues to remove URI from phabricator

@Grokzen Grokzen added the enhancement New feature or request label Jan 9, 2020
@Grokzen Grokzen changed the title Diffusion: Implement remove of uri Implement remove of uri Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:diffusion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant