aggregator-cli icon indicating copy to clipboard operation
aggregator-cli copied to clipboard

Consider fail fast in CLI commands

Open manne opened this issue 6 years ago • 3 comments

in many commands the options are checked after connecting to Azure/Azure DevOps. If the check fails both connections were being made unnecessarily. It is beneficial to check them before accessing a different system.

manne avatar Jan 31 '19 15:01 manne

Example https://github.com/tfsaggregator/aggregator-cli/blob/3916231c75994641fdeb73bab2e0f5762b79cbd2/src/aggregator-cli/Mappings/MapRuleCommand.cs#L29-L39

manne avatar Jan 31 '19 16:01 manne

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 26 '19 09:08 stale[bot]

Partially implemented in v0.9.8.

giuliov avatar Dec 26 '19 14:12 giuliov