March 14, 2016
aptly CLI tool
As the Aptly API is well documented, you can implement your own client using curl/python/ruby/go/whatever or just use this one written in Ruby.
Installation gem install aptly_cli Simply as that. If you want to read further and use your API with basic authentication, you can check if my pull request has been accepted or just build the gem on your own.
Basic Authentication UPDATE 2016-03-16: PR accepted, just pull the official gem
git clone -b basic-auth https://github.com/morph027/aptly_cli.git
Read more