doing-cli
Advanced tools
+32
-29
| Metadata-Version: 2.1 | ||
| Name: doing-cli | ||
| Version: 1.2.13 | ||
| Version: 1.2.14 | ||
| Summary: CLI tool to simplify the development workflow on azure devops | ||
@@ -9,30 +9,2 @@ Home-page: https://github.com/ing-bank/doing-cli | ||
| License: MIT | ||
| Description:  | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
| # doing-cli: Azure Devops on the command line | ||
| CLI app to help speed up development on Azure DevOps, built on top of [azure devops cli](). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/). | ||
| ## Installation | ||
| `doing` requires python 3.6+, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install: | ||
| ```shell | ||
| pip3 install doing-cli | ||
| ``` | ||
| For more details and setup see the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/). | ||
| ## Documentation | ||
| See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/). | ||
| ## Maintainers | ||
| - Joao Pinto Moura @operte | ||
| Platform: UNKNOWN | ||
@@ -49,1 +21,32 @@ Classifier: Intended Audience :: Developers | ||
| Provides-Extra: all | ||
| License-File: LICENSE | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
| # doing-cli: Azure Devops on the command line | ||
| CLI app to help speed up development on Azure DevOps, built on top of [azure devops cli](). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/). | ||
| ## Installation | ||
| `doing` requires python 3.6+, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install: | ||
| ```shell | ||
| pip3 install doing-cli | ||
| ``` | ||
| For more details and setup see the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/). | ||
| ## Documentation | ||
| See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/). | ||
| ## Maintainers | ||
| - Joao Pinto Moura @operte | ||
| Metadata-Version: 2.1 | ||
| Name: doing-cli | ||
| Version: 1.2.13 | ||
| Version: 1.2.14 | ||
| Summary: CLI tool to simplify the development workflow on azure devops | ||
@@ -9,30 +9,2 @@ Home-page: https://github.com/ing-bank/doing-cli | ||
| License: MIT | ||
| Description:  | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
| # doing-cli: Azure Devops on the command line | ||
| CLI app to help speed up development on Azure DevOps, built on top of [azure devops cli](). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/). | ||
| ## Installation | ||
| `doing` requires python 3.6+, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install: | ||
| ```shell | ||
| pip3 install doing-cli | ||
| ``` | ||
| For more details and setup see the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/). | ||
| ## Documentation | ||
| See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/). | ||
| ## Maintainers | ||
| - Joao Pinto Moura @operte | ||
| Platform: UNKNOWN | ||
@@ -49,1 +21,32 @@ Classifier: Intended Audience :: Developers | ||
| Provides-Extra: all | ||
| License-File: LICENSE | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
|  | ||
| # doing-cli: Azure Devops on the command line | ||
| CLI app to help speed up development on Azure DevOps, built on top of [azure devops cli](). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/). | ||
| ## Installation | ||
| `doing` requires python 3.6+, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install: | ||
| ```shell | ||
| pip3 install doing-cli | ||
| ``` | ||
| For more details and setup see the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/). | ||
| ## Documentation | ||
| See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/). | ||
| ## Maintainers | ||
| - Joao Pinto Moura @operte | ||
@@ -1,1 +0,1 @@ | ||
| __version__ = "1.2.13" | ||
| __version__ = "1.2.14" |
@@ -0,12 +1,11 @@ | ||
| import click | ||
| import os | ||
| import click | ||
| from rich.console import Console | ||
| from urllib.parse import quote | ||
| from rich.console import Console | ||
| from doing.utils import get_repo_name, run_command, get_current_work_item_id, get_current_pr_id | ||
| from doing.issue.open_issue import cmd_open_issue | ||
| from doing.list._list import work_item_query | ||
| from doing.options import get_config | ||
| from doing.pr.open_pr import cmd_open_pr | ||
| from doing.issue.open_issue import cmd_open_issue | ||
| from doing.list._list import work_item_query | ||
| from doing.utils import get_current_pr_id, get_current_work_item_id, get_repo_name, run_command | ||
@@ -55,3 +54,5 @@ console = Console() | ||
| iteration = os.path.basename(iteration.replace("\\", "/")) | ||
| # Iterations often have backslashes and spaces, which must be encoded to a URL | ||
| iteration = quote(os.path.basename(iteration.replace("\\", "/"))) | ||
| click.launch(f"{organization}/{project}/_sprints/taskboard/{team}/{iteration}") | ||
@@ -58,0 +59,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1887
0.05%77364
-0.41%