Doing-cli

Latest version: v1.5.3

Safety actively analyzes 638773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

0.5

Change your `.doing-cli-config.yml` format from `=` to `: ` syntax:

yaml
Old syntax .doing-cli-config.yml
organization=https://dev.azure.com/My_Organization
project=MyProject
team=My-Team
area=MyProject\MyArea\myproject
iteration=MyProject\My-Team\myproject_sprint1


yaml
New syntax .doing-cli-config.yml
organization: https://dev.azure.com/My_Organization
project: MyProject
team: My-Team
area: MyProject\MyArea\myproject
iteration: MyProject\My-Team\myproject_sprint1

0.4

Added

- boolean option now have an explicit disable flag (13)
- You can now assign default reviewers via the config file as well, setting `default_reviewers` (6)
- You can now set `verbose_shell='true'` in the config to explicitly print all shell commands run by a `doing` command (4)

0.3

Added

- enabled overwriting config settings with environment variables, and removed them as CLI options (to clean it up) (
30169ac)
- add `--parent` parameter to `doing workon` (6fac467)
- you can now set CLI command options via env vars (ba6a1ae)
- you can now set a default work item type via `.doing-cli-config.yml` (ba6a1ae)

Changed

- `delete-source-branch` is now not default for `doing create pr`, and added as an option (7)

0.2

Added

- New `--parent` flag to `doing create issue`, so you can easily create child issue (10)

Fixed

- `.precommit-config.yml` now works across machines. (926dcda) Thanks operte !
- `doing list` now works with `rich==9.11.0` (11)

0.1.1

Fixes

- bug where package would not install properly 20532ad

Added

- MIT license 268af05904cb99f97832e94f185dad5f34418c82
- README to pypi description 8

0.1

First release 🎉

Page 8 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.