NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Handle keyboard exceptions in `expansions deploy` #127

Open cartermak opened 4 months ago

cartermak commented 4 months ago

Right now, aerie-cli expansions deploy catches all exceptions when uploading rules and sets. Update this to abort the full bulk deployment for base exceptions (Ctrl + C).

https://github.com/NASA-AMMOS/aerie-cli/blob/353ffbfa04973d85afc11cb4a7e733d0136d0109/src/aerie_cli/commands/expansion.py#L86-L123