brainlife / cli

brainlife.io Command Line Interface (CLI)
https://brainlife.io
MIT License
2 stars 6 forks source link

bl app query should allow filtering by admins #44

Open soichih opened 4 years ago

soichih commented 4 years ago

Currently users need to do rely on jq to filter Apps with specific admins listed

$ bl app query -j | jq -r '.[] | select(.admins[] | contains("16")) | .name'

Instead, we should allow something like

$ bl app query --admin bacaron