./net/py-awscli-plugin-logs-tail, CloudWatch Logs tail command plugin for AWS CLI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2, Package name: py312-awscli-plugin-logs-tail-0.2, Maintainer: schmonz

This plugin is a backport of the tail command added in AWS CLI v2.

To enable the plugin:

$ cat .aws/config
[plugins]
logs_tail = awscli_plugin_logs_tail

Assuming the plugin is registered:

$ aws logs tail LOG_GROUP_NAME


Master sites:

Filesize: 5.603 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-22 05:26:17 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add py-awscli-plugin-logs-tail: CloudWatch Logs tail command plugin for AWS CLI

This plugin is a backport of the tail command added in AWS CLI v2.

To enable the plugin:

$ cat .aws/config
[plugins]
logs_tail = awscli_plugin_logs_tail

Assuming the plugin is registered:

$ aws logs tail LOG_GROUP_NAME