diff options
author | krion <krion@FreeBSD.org> | 2017-03-03 14:29:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-03-03 14:29:30 +0800 |
commit | 61f94682796a90da85e642e7673735c77f2a6641 (patch) | |
tree | d738aff7db01b2214a98c2875621b7e13dd03f16 /devel/Makefile | |
parent | b7aaa3be6e8952f1941c2049d71f3682750098b4 (diff) | |
download | freebsd-ports-gnome-61f94682796a90da85e642e7673735c77f2a6641.tar.gz freebsd-ports-gnome-61f94682796a90da85e642e7673735c77f2a6641.tar.zst freebsd-ports-gnome-61f94682796a90da85e642e7673735c77f2a6641.zip |
New port: devel/awless
awless is a fast, powerful and easy-to-use command line interface (CLI) to
manage Amazon Web Services. It will help you
- Run frequent actions by using simple commands
- Easily explore your infrastructure and cloud resources via CLI
- Ensure smart defaults & security best practices
- Manage resources through robust runnable & scriptable templates
- Explore, analyse and query your infrastructure offline
- Explore, analyse and query your infrastructure through time
WWW: https://github.com/wallix/awless
PR: 217474
Submitted by: dg@syrec.org
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9868
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b1ea23cbabac..ee19866c8f4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -156,6 +156,7 @@ SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp + SUBDIR += awless SUBDIR += aws-sdk-cpp SUBDIR += awscli SUBDIR += b2 |