Path to this page:
./
net/py-awscli-plugin-logs-tail,
CloudWatch Logs tail command plugin for AWS CLI
Branch: CURRENT,
Version: 0.2,
Package name: py312-awscli-plugin-logs-tail-0.2,
Maintainer: schmonzThis 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)
- (2025-01-22) Package added to pkgsrc.se, version py312-awscli-plugin-logs-tail-0.2 (created)
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
|