Closed ChristopherHammond13 closed 6 months ago
This works, but I'm not super happy right now with the CLI syntax.
Valid syntax:
$ falcon containment -f Hostname=a,b,c contain
Invalid syntax:
$ falcon containment contain -f Hostname=a,b,c
The latter will try to contain all systems in the CID. We have a check for this to get confirmation, but it's still too easy to do something bad with a simple syntax difference. Once I figure out a graceful way to handle this, I'll get the PR merged in.
Resolves #103