aggregator-cli
aggregator-cli copied to clipboard
Consider fail fast in CLI commands
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.
Example https://github.com/tfsaggregator/aggregator-cli/blob/3916231c75994641fdeb73bab2e0f5762b79cbd2/src/aggregator-cli/Mappings/MapRuleCommand.cs#L29-L39
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.
Partially implemented in v0.9.8.