NASA-AMMOS / aerie-cli

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

Add commands for plan collaborators #85

Closed cartermak closed 11 months ago

cartermak commented 11 months ago

Adds sub-commands to plans to create/list/delete plan collaborators, along with implementing the relevant queries in AerieClient.

Implements integration test cases which required some additions to the integration test infrastructure:

Closes #84