brainlife / cli

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

[Question] CLI for new apps #32

Open skoudoro opened 6 years ago

skoudoro commented 6 years ago

Can I create new apps through the command line? if yes, How ? Thank you.

soichih commented 6 years ago

Do you mean register new App on Brainlife - without going through the Brainlife web UI?

The CLI doesn't support that, but you could do that by directly interfacing it with warehouse API (using curl -X POST). Can you explain your use case?