README.md in aptly_cli-0.2.1 vs README.md in aptly_cli-0.2.2
- old
+ new
@@ -1,7 +1,9 @@
# AptlyCli
+[![Join the chat at https://gitter.im/sepulworld/aptly_cli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sepulworld/aptly_cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
[![Build Status](https://travis-ci.org/sepulworld/aptly_cli.svg)](https://travis-ci.org/sepulworld/aptly_cli)
[![Gem Version](https://badge.fury.io/rb/aptly_cli.svg)](http://badge.fury.io/rb/aptly_cli)
A command line interace to execute [Aptly](http://aptly.info) commands againts remote Aptly API servers. Aptly-cli will allow you to interact with the file, repo, snapshot, publish, packages, graph and version API endpoints of your Aptly server.
@@ -25,9 +27,16 @@
---
:server: 127.0.0.1
:port: 8082
:debug: false
+
+If you use Basic Authentication to protect your API, add username and password:
+
+ :username: api-user
+ :password: api-password
+
+Also make sure that your config file isn't world readable (```chmod o-rw /etc/aptly-cli.conf```)
If a configuration file is not found the defaults in the example configuration file above will be used
## Usage - available aptly-cli commands