| Port details |
- awslim AWSCLi slim version for all services
- 0.6.12 sysutils
=0 0.5.0_4Version of this port present on the latest quarterly branch. - Maintainer: nork@FreeBSD.org
 - Port Added: 2025-06-15 06:24:06
- Last Update: 2026-03-19 21:57:16
- Commit Hash: ae38a4b
- License: MIT
- WWW:
- https://github.com/fujiwara/awslim
- Description:
- 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)).
Note the following limitations, compared to AWS CLI:
- Not fully-compatible with the AWS CLI,
- No support of AWS CLI plugins, such as session-manager-plugin,
- Different service names, "logs" vs "cloudwatchlogs,"
"ce" vs "costexplorer," for example.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/awslim/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/awslim
- pkg install awslim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: awslim
- Package flavors (<flavor>: <package>)
- default: awslim
- compact: awslim-compact
- NOT_FOR_ARCHS: armv6 armv7 i386
- distinfo:
- TIMESTAMP = 1773853516
SHA256 (fujiwara-awslim-v0.6.12_GH0.tar.gz) = 4889a900d4e6f773dd4a9ed8431b9c63c1ceae205f5b1e62ef2c596bcb5db1b5
SIZE (fujiwara-awslim-v0.6.12_GH0.tar.gz) = 27992
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_awslim
- USES:
- go:modules
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.6.12 19 Mar 2026 21:57:16
    |
Norikatsu Shigemura (nork)  |
sysutils/awslim: Update to 0.6.12
ChangeLog: https://github.com/fujiwara/awslim/compare/v0.5.0...v0.6.12
Approved by: hrs (mentor, blanket) |
0.5.0_5 06 Mar 2026 03:33:23
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go 1.25.8 |
0.5.0_4 11 Feb 2026 19:21:45
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go default 1.24->1.25 |
0.5.0_3 05 Feb 2026 16:48:00
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.13 |
0.5.0_2 16 Jan 2026 17:49:03
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.12 |
0.5.0_1 03 Dec 2025 18:24:45
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.11 |
0.5.0 02 Dec 2025 10:18:41
    |
Norikatsu Shigemura (nork)  |
sysutils/awslim: Update to 0.5.0
- Update to 0.5.0
- Mark NOT_FOR_ARCHS for 32-bit architectures (armv6, armv7, i386)
ChangeLog: https://github.com/fujiwara/awslim/releases/tag/v0.5.0
Approved by: hrs (mentor, blanket) |
0.4.0_7 06 Nov 2025 17:03:19
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.10 |
0.4.0_6 14 Oct 2025 15:13:55
    |
Adam Weinberger (adamw)  |
various: Bump go ports for go-1.24.9 |
0.4.0_5 08 Oct 2025 00:41:39
    |
Adam Weinberger (adamw)  |
many: Bump dependent ports after go124 update |
0.4.0_4 04 Sep 2025 17:53:24
    |
Adam Weinberger (adamw)  |
many: Bump go ports for go-1.24.7 |
0.4.0_3 07 Aug 2025 00:02:46
    |
Adam Weinberger (adamw)  |
go ports: Bump for 1.24.6 |
0.4.0_2 16 Jul 2025 15:45:16
    |
Norikatsu Shigemura (nork)  |
sysutils/awslim: Fix build error on i386 and add ecs service to compact flavor
Approved by: hrs (mentor, blanket) |
0.4.0_1 09 Jul 2025 16:11:00
    |
Adam Weinberger (adamw)  |
many: Bump PORTREVISION for go-1.24.5 update |
0.4.0 15 Jun 2025 06:21:03
    |
Norikatsu Shigemura (nork)  |
sysutils/awslim: New port
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) |