Open renehernandez opened 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:
-t/--tail
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.
doctl apps logs
I'll leave it open in case there is demand in the future
New command to be able to see logs from the deployed applications. Example invocations:
Flags:
-t/--tail
option to follow the logs live