README: added info about 'deploy' command

This commit is contained in:
Przemyslaw Kaminski 2015-04-21 09:59:13 +02:00
parent a9d2ca73a2
commit 06fe908b3f

View File

@ -1,5 +1,20 @@
# x
## HAProxy deployment
```
cd /vagrant
python cli.py deploy haproxy_deployment/haproxy-deployment.yaml
```
or from Python shell:
```
from x import deployment
deployment.deploy('/vagrant/haproxy_deployment/haproxy-deployment.yaml')
```
## Usage:
Creating resources: