summaryrefslogtreecommitdiff
path: root/sysutils/awslim/files/patch-cmd_awslim-gen_main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/awslim: New portNorikatsu Shigemura2025-06-151-0/+12
awslim is a CLI utility for AWS services. This is written in Go and generated from the AWS SDK Go v2 service client. Features include: - Improved performance compared to AWS CLI, - All methods of the AWS service client, - JSON and Jsonnet as input format, - JSON as output format (no support of TEXT), - Binding of a file to the input/output data structure of methods, - JMESPath to query the output, - AWS CLI configuration file (~/.aws/config) and the native configuration files (~/.config/awslim/config.(json|jsonnet|yaml|yml)). Approved by: hrs (mentor)