renehernandez / appfile

Deploy App specs to DigitalOcean App Platform
https://renehernandez.github.io/appfile
MIT License
8 stars 0 forks source link

Add logs command #16

Open renehernandez opened 3 years ago

renehernandez commented 3 years ago

New command to be able to see logs from the deployed applications. Example invocations:

appfile logs <app_name> -e <env> -f </path/to/appfile.yaml 
appfile logs <app_name> --component <component name> -e <env> -f </path/to/appfile.yaml>

Flags:

renehernandez commented 3 years ago

Not sure if this is worth it at the moment. This command is per app specific and the results can be already obtained with doctl apps logs.

I'll leave it open in case there is demand in the future