Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@yarlson yarlson released this 10 Nov 08:27
· 5 commits to main since this release

Release Notes

New Features

  • Logs Command (ftl logs):
    • Introduced a new logs command to fetch and stream logs from your deployed services.
    • Supports fetching logs from a specific service or all services when no service is specified.
    • Added -f/--follow flag to stream logs in real-time.
    • Added -n/--tail flag to limit the number of log lines retrieved, similar to the tail command.
      • When using -f, the default value for -n is 100.
      • Without -f, the default is unlimited logs unless -n is specified.
    • Logs from multiple services are merged and sorted by timestamp, providing a unified chronological view.
    • Implemented color-coded output for logs from different services, enhancing readability.