Top-level and nested subcommands.
$ welp login --username aanand -p s3cr3t
$ welp things
I've moved this information to my blog: http://jpetazzo.github.io/2013/10/20/secure-connection-docker-api/
The old version is available in the history if needed.
Thank you!
Tuesday 11 March
7:30pm
Shoreditch Village Hall
| FROM google/python:2.7 | |
| ADD requirements.txt /code/requirements.txt | |
| RUN pip install -r /code/requirements.txt | |
| ADD . /code | |
| WORKDIR /code | |
| ENTRYPOINT ["python", "app.py"] |